Fixed clipped border on media
This commit is contained in:
parent
398b62f1c8
commit
76e974f86b
3 changed files with 3 additions and 0 deletions
|
|
@ -3094,6 +3094,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
.app-body .media-gallery__item-gifv-thumbnail {
|
.app-body .media-gallery__item-gifv-thumbnail {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: .2s transform;
|
transition: .2s transform;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
.app-body .media-gallery__item:active {
|
.app-body .media-gallery__item:active {
|
||||||
transform: scale(.98);
|
transform: scale(.98);
|
||||||
|
|
|
||||||
|
|
@ -3094,6 +3094,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
.app-body .media-gallery__item-gifv-thumbnail {
|
.app-body .media-gallery__item-gifv-thumbnail {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: .2s transform;
|
transition: .2s transform;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
.app-body .media-gallery__item:active {
|
.app-body .media-gallery__item:active {
|
||||||
transform: scale(.98);
|
transform: scale(.98);
|
||||||
|
|
|
||||||
|
|
@ -3094,6 +3094,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
.app-body .media-gallery__item-gifv-thumbnail {
|
.app-body .media-gallery__item-gifv-thumbnail {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: .2s transform;
|
transition: .2s transform;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
.app-body .media-gallery__item:active {
|
.app-body .media-gallery__item:active {
|
||||||
transform: scale(.98);
|
transform: scale(.98);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue