mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 19:56:39 +00:00
[frontend] gentle css fiddling (#761)
* gentle css fiddling * Make grid alignment a lil more consistent too
This commit is contained in:
parent
54f6caed65
commit
c951ba1d23
|
@ -97,6 +97,8 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.spoiler {
|
.spoiler {
|
||||||
|
padding-bottom: 0.5rem;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
@ -118,7 +120,8 @@ main {
|
||||||
.text {
|
.text {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
grid-column: span 2;
|
grid-column: span 3;
|
||||||
|
grid-row: span 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -313,7 +316,6 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
grid-column: span 3;
|
grid-column: span 3;
|
||||||
margin-top: 1.5rem;
|
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
div.stats::after {
|
div.stats::after {
|
||||||
|
@ -371,20 +373,13 @@ main {
|
||||||
background: $status_focus_bg;
|
background: $status_focus_bg;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
|
||||||
.text {
|
.contentgrid {
|
||||||
margin-top: 0;
|
padding-bottom: 1rem;
|
||||||
grid-column: span 3;
|
|
||||||
grid-row: span 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media {
|
|
||||||
/* grid-auto-rows: 1fr; */
|
|
||||||
/* max-height: 120rem; */
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue