giphy: Make footer background black to match to with attribution.

Adjust border-radius to make edges smooth.
This commit is contained in:
Aman Agrawal
2021-04-11 12:25:40 +00:00
committed by Tim Abbott
parent caa9720064
commit 84f7bb85f6

View File

@@ -456,6 +456,8 @@ ul {
#giphy_grid_in_popover {
/* 300px of GIPHY grid + 15px scroll bar width */
width: 315px;
border: 0;
padding: 0;
.giphy-gif {
cursor: pointer;
@@ -475,16 +477,20 @@ ul {
input {
flex-grow: 1;
margin: 5px;
border-radius: 3px;
}
}
.popover-content {
overflow: auto;
height: 200px;
margin: 2px;
}
.popover-footer {
text-align: center;
background-color: hsl(0, 0%, 0%);
border-radius: 0 0 6px 6px;
img {
width: 120px;