mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
giphy: Make footer background black to match to with attribution.
Adjust border-radius to make edges smooth.
This commit is contained in:
@@ -456,6 +456,8 @@ ul {
|
|||||||
#giphy_grid_in_popover {
|
#giphy_grid_in_popover {
|
||||||
/* 300px of GIPHY grid + 15px scroll bar width */
|
/* 300px of GIPHY grid + 15px scroll bar width */
|
||||||
width: 315px;
|
width: 315px;
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
.giphy-gif {
|
.giphy-gif {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -475,16 +477,20 @@ ul {
|
|||||||
input {
|
input {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-content {
|
.popover-content {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-footer {
|
.popover-footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background-color: hsl(0, 0%, 0%);
|
||||||
|
border-radius: 0 0 6px 6px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
|
|||||||
Reference in New Issue
Block a user