mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 17:29:14 +00:00
[Glitch] Fix unfortunate action button wrapping in admin area
Port 6cbc857ee0 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -163,7 +163,7 @@ $content-width: 840px;
|
|||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $content-width + $sidebar-width) {
|
@media screen and (max-width: ($content-width + $sidebar-width)) {
|
||||||
.sidebar-wrapper--empty {
|
.sidebar-wrapper--empty {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -1086,6 +1086,17 @@ a.name-tag,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__action-bar {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
&:not(.no-wrap) {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&__meta {
|
&__meta {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
color: $dark-text-color;
|
color: $dark-text-color;
|
||||||
@@ -1102,10 +1113,8 @@ a.name-tag,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__action-bar {
|
&__actions {
|
||||||
display: flex;
|
margin-inline-start: auto;
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__permissions {
|
&__permissions {
|
||||||
|
|||||||
Reference in New Issue
Block a user