mobile element tweaks
This commit is contained in:
parent
336d25f28f
commit
7cebb50e0e
|
@ -372,6 +372,7 @@ section.with-sidebar > div {
|
||||||
|
|
||||||
.entry {
|
.entry {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
background: $settings-entry-bg;
|
background: $settings-entry-bg;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -476,4 +477,17 @@ section.with-sidebar > div {
|
||||||
section {
|
section {
|
||||||
grid-column: 1;
|
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 New Issue