Merge pull request #28 from nileane/modals
Fixes for privacy picker and post actions on mobile
This commit is contained in:
commit
51213e7408
2 changed files with 32 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* TangerineUI 🍊 for Mastodon ・ Purple variant 🪻
|
||||
version: 1.3
|
||||
version: 1.4
|
||||
|
||||
A Tangerine redesign for Mastodon's Web UI.
|
||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||
|
|
@ -2159,6 +2159,7 @@ body.layout-single-column {
|
|||
.layout-single-column .mute-modal__container,
|
||||
.layout-single-column .block-modal__container {
|
||||
background-color: var(--color-content-bg);
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.layout-single-column .boost-modal__container {
|
||||
margin-bottom: -11px;
|
||||
|
|
@ -2186,6 +2187,20 @@ body.layout-single-column {
|
|||
.layout-single-column .boost-modal__container .status.light .status__visibility-icon {
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a {
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a.active,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a.active button,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:active,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:active button,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:focus,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:focus button,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:hover,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:hover button {
|
||||
background-color: var(--color-accent);
|
||||
color: var(--color-accent-fg);
|
||||
}
|
||||
|
||||
|
||||
/* 📄 Meta
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* TangerineUI 🍊 for Mastodon
|
||||
version: 1.3
|
||||
version: 1.4
|
||||
|
||||
A Tangerine redesign for Mastodon's Web UI.
|
||||
https://github.com/nileane/TangerineUI-for-Mastodon/
|
||||
|
|
@ -2159,6 +2159,7 @@ body.layout-single-column {
|
|||
.layout-single-column .mute-modal__container,
|
||||
.layout-single-column .block-modal__container {
|
||||
background-color: var(--color-content-bg);
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.layout-single-column .boost-modal__container {
|
||||
margin-bottom: -11px;
|
||||
|
|
@ -2186,6 +2187,20 @@ body.layout-single-column {
|
|||
.layout-single-column .boost-modal__container .status.light .status__visibility-icon {
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a {
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a.active,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a.active button,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:active,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:active button,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:focus,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:focus button,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:hover,
|
||||
.layout-single-column .actions-modal ul li:not(:empty) a:hover button {
|
||||
background-color: var(--color-accent);
|
||||
color: var(--color-accent-fg);
|
||||
}
|
||||
|
||||
|
||||
/* 📄 Meta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue