forked from rDrama/rDrama
1
0
Fork 0

do what carp said with gif picker

master
Aevann 2023-08-14 00:02:16 +03:00
parent 751818ee9f
commit fe301a958d
1 changed files with 4 additions and 2 deletions

View File

@ -7108,9 +7108,7 @@ div.markdown {
.gif-categories img {
border-radius: 0.35rem;
width: 200px;
height: 35vh;
margin: 0 10px;
object-fit: contain;
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
@ -7118,6 +7116,10 @@ div.markdown {
transition: all 0.15s ease;
cursor: pointer;
}
.gif-categories .card img {
height: 20vh;
object-fit: cover;
}
.gif-categories img:hover {
border: 3px solid var(--primary);
}