mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-27 22:38:18 +09:00
Disabled newly added rotate effect on column settings
This commit is contained in:
parent
c0069f3932
commit
f705706bd5
@ -3322,6 +3322,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
color: var(--color-accent);
|
||||
background-color: var(--color-accent-bg);
|
||||
}
|
||||
.app-body .column-header__button.active .icon {
|
||||
transform: none;
|
||||
}
|
||||
@media screen and (max-width:1174px) {
|
||||
.app-body:not(.layout-multiple-columns) .column-header__wrapper::after,
|
||||
.app-body:not(.layout-multiple-columns) .column-back-button::after {
|
||||
|
@ -3322,6 +3322,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
color: var(--color-accent);
|
||||
background-color: var(--color-accent-bg);
|
||||
}
|
||||
.app-body .column-header__button.active .icon {
|
||||
transform: none;
|
||||
}
|
||||
@media screen and (max-width:1174px) {
|
||||
.app-body:not(.layout-multiple-columns) .column-header__wrapper::after,
|
||||
.app-body:not(.layout-multiple-columns) .column-back-button::after {
|
||||
|
@ -3322,6 +3322,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||
color: var(--color-accent);
|
||||
background-color: var(--color-accent-bg);
|
||||
}
|
||||
.app-body .column-header__button.active .icon {
|
||||
transform: none;
|
||||
}
|
||||
@media screen and (max-width:1174px) {
|
||||
.app-body:not(.layout-multiple-columns) .column-header__wrapper::after,
|
||||
.app-body:not(.layout-multiple-columns) .column-back-button::after {
|
||||
|
Loading…
Reference in New Issue
Block a user