1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-30 15:58:07 +09:00

Fixed: unwanted border in full-screen image viewer

This commit is contained in:
Niléane 2023-12-17 15:42:55 +01:00
parent 78e4d795c3
commit c51894a8a6
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -4072,7 +4072,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
/* 🖱 Interaction modals
--------------------- */
.app-body .modal-root__modal {
.app-body .modal-root__modal:not(.media-modal) {
border: 1px solid var(--color-lines);
}
.app-body .interaction-modal {

View File

@ -4071,7 +4071,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
/* 🖱 Interaction modals
--------------------- */
.app-body .modal-root__modal {
.app-body .modal-root__modal:not(.media-modal) {
border: 1px solid var(--color-lines);
}
.app-body .interaction-modal {

View File

@ -4071,7 +4071,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
/* 🖱 Interaction modals
--------------------- */
.app-body .modal-root__modal {
.app-body .modal-root__modal:not(.media-modal) {
border: 1px solid var(--color-lines);
}
.app-body .interaction-modal {