mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
mobile element tweaks
This commit is contained in:
parent
336d25f28f
commit
7cebb50e0e
1 changed files with 14 additions and 0 deletions
|
@ -372,6 +372,7 @@ section.with-sidebar > div {
|
|||
|
||||
.entry {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
background: $settings-entry-bg;
|
||||
|
||||
&:hover {
|
||||
|
@ -476,4 +477,17 @@ section.with-sidebar > div {
|
|||
section {
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
.user-profile .overview {
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: auto auto;
|
||||
}
|
||||
|
||||
main section {
|
||||
padding: 0.75rem;
|
||||
}
|
||||
|
||||
.instance-list .filter {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue