[Glitch] Improve dismissable banner buttons when they dont fit on 1 line

Port ae30a60b1f to glitch-soc

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Renaud Chaput
2023-06-26 12:31:48 +02:00
committed by Claire
parent 4faa4eb3c4
commit c43cfd2406
2 changed files with 16 additions and 5 deletions

View File

@ -1005,9 +1005,18 @@ $ui-header-height: 55px;
&__actions {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 4px;
margin-top: 30px;
&__wrapper {
display: flex;
margin-top: 30px;
}
.button {
display: block;
flex-grow: 1;
}
}
.button-tertiary {