Fixed clipped border on media

This commit is contained in:
Niléane 2024-07-17 17:16:11 +02:00
parent 398b62f1c8
commit 76e974f86b
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -3094,6 +3094,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .media-gallery__item-gifv-thumbnail {
cursor: pointer;
transition: .2s transform;
overflow: visible;
}
.app-body .media-gallery__item:active {
transform: scale(.98);

View file

@ -3094,6 +3094,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .media-gallery__item-gifv-thumbnail {
cursor: pointer;
transition: .2s transform;
overflow: visible;
}
.app-body .media-gallery__item:active {
transform: scale(.98);

View file

@ -3094,6 +3094,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .media-gallery__item-gifv-thumbnail {
cursor: pointer;
transition: .2s transform;
overflow: visible;
}
.app-body .media-gallery__item:active {
transform: scale(.98);