mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-14 17:16:32 -05:00
Fix advanced UI columns not using mobile styles (#39528)
This commit is contained in:
@@ -3896,6 +3896,7 @@ a.account__display-name {
|
||||
}
|
||||
|
||||
.scrollable {
|
||||
container: column / inline-size;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
flex: 1 1 auto;
|
||||
@@ -4577,6 +4578,7 @@ a.status-card {
|
||||
}
|
||||
|
||||
.column-header__wrapper {
|
||||
container: column / inline-size;
|
||||
position: relative;
|
||||
flex: 0 0 auto;
|
||||
z-index: 1;
|
||||
|
||||
Reference in New Issue
Block a user