mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
parent
ca560c1095
commit
94493cff92
1 changed files with 4 additions and 4 deletions
|
@ -4365,10 +4365,6 @@ a.status-card {
|
|||
outline: $ui-button-focus-outline;
|
||||
}
|
||||
|
||||
.no-reduce-motion .icon {
|
||||
transition: transform 0.15s ease-in-out;
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: $primary-text-color;
|
||||
|
||||
|
@ -4387,6 +4383,10 @@ a.status-card {
|
|||
}
|
||||
}
|
||||
|
||||
.no-reduce-motion .column-header__button .icon {
|
||||
transition: transform 150ms ease-in-out;
|
||||
}
|
||||
|
||||
.column-header__collapsible {
|
||||
max-height: 70vh;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue