Skip to content

Commit

Permalink
[frontend] gentle css fiddling (#761)
Browse files Browse the repository at this point in the history
* gentle css fiddling

* Make grid alignment a lil more consistent too
  • Loading branch information
tsmethurst authored Aug 27, 2022
1 parent 54f6cae commit c951ba1
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions web/source/css/status.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ main {
}

.spoiler {
padding-bottom: 0.5rem;

display: flex;
align-items: center;
flex-wrap: wrap;
Expand All @@ -118,7 +120,8 @@ main {
.text {
margin: 0;
margin-top: 0.5rem;
grid-column: span 2;
grid-column: span 3;
grid-row: span 1;
overflow: hidden;

position: relative;
Expand Down Expand Up @@ -313,7 +316,6 @@ main {
}

grid-column: span 3;
margin-top: 1.5rem;
flex-wrap: wrap;

div.stats::after {
Expand Down Expand Up @@ -371,20 +373,13 @@ main {
background: $status_focus_bg;
padding-bottom: 0;

.text {
margin-top: 0;
grid-column: span 3;
grid-row: span 1;
.contentgrid {
padding-bottom: 1rem;
}

.info {
display: flex;
}

.media {
/* grid-auto-rows: 1fr; */
/* max-height: 120rem; */
}
}
}

Expand Down

0 comments on commit c951ba1

Please sign in to comment.