1
0
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:
Niléane 2024-05-26 21:27:04 +04:00
parent c0069f3932
commit f705706bd5
No known key found for this signature in database
3 changed files with 9 additions and 0 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {