Port profile redesign to glitch-soc

Port bb71538bb5 to glitch-soc
This commit is contained in:
Thibaut Girka
2018-07-31 22:54:18 +02:00
parent c1c514ca70
commit d894cdc93f
11 changed files with 1091 additions and 936 deletions

View File

@@ -442,6 +442,18 @@
background: lighten($ui-base-color, 4%);
padding: 14px 10px;
&--flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
.status__content,
.detailed-status__meta {
flex: 100%;
}
}
.status__content {
font-size: 19px;
line-height: 24px;