Fixed: unwanted border in full-screen image viewer
This commit is contained in:
parent
78e4d795c3
commit
c51894a8a6
3 changed files with 3 additions and 3 deletions
|
|
@ -4072,7 +4072,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
|
|
||||||
/* 🖱️ Interaction modals
|
/* 🖱️ Interaction modals
|
||||||
--------------------- */
|
--------------------- */
|
||||||
.app-body .modal-root__modal {
|
.app-body .modal-root__modal:not(.media-modal) {
|
||||||
border: 1px solid var(--color-lines);
|
border: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
.app-body .interaction-modal {
|
.app-body .interaction-modal {
|
||||||
|
|
|
||||||
|
|
@ -4071,7 +4071,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
|
|
||||||
/* 🖱️ Interaction modals
|
/* 🖱️ Interaction modals
|
||||||
--------------------- */
|
--------------------- */
|
||||||
.app-body .modal-root__modal {
|
.app-body .modal-root__modal:not(.media-modal) {
|
||||||
border: 1px solid var(--color-lines);
|
border: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
.app-body .interaction-modal {
|
.app-body .interaction-modal {
|
||||||
|
|
|
||||||
|
|
@ -4071,7 +4071,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
|
|
||||||
/* 🖱️ Interaction modals
|
/* 🖱️ Interaction modals
|
||||||
--------------------- */
|
--------------------- */
|
||||||
.app-body .modal-root__modal {
|
.app-body .modal-root__modal:not(.media-modal) {
|
||||||
border: 1px solid var(--color-lines);
|
border: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
.app-body .interaction-modal {
|
.app-body .interaction-modal {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue