[Glitch] Correct margins for heading actions

Port SCSS changes from 5dcca33c56 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Sasha Sorokin 2020-01-12 20:16:20 +07:00 committed by Thibaut Girka
parent 32191267a5
commit 7ab12b7654
1 changed files with 8 additions and 3 deletions

View File

@ -186,17 +186,22 @@ $content-width: 840px;
padding-bottom: 40px;
border-bottom: 1px solid lighten($ui-base-color, 8%);
margin-bottom: 40px;
margin: -15px -15px 40px 0;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
& > * {
margin-top: 15px;
margin-right: 15px;
}
&-actions {
display: inline-flex;
& > * {
& > :not(:first-child) {
margin-left: 5px;
}
}