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:
parent
78e4d795c3
commit
c51894a8a6
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user