Merge branch 'columns-styles' into 'develop'

Improve lists styling

See merge request soapbox-pub/soapbox-fe!646
groups
Alex Gleason 2021-07-27 22:12:04 +00:00
commit 38ad49c1e6
2 zmienionych plików z 3 dodań i 11 usunięć

Wyświetl plik

@ -554,7 +554,7 @@
}
.column-header__expansion {
overflow-x: scroll;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
}

Wyświetl plik

@ -3,11 +3,7 @@
width: 100%;
overflow: hidden;
height: 100%;
overflow-y: scroll;
@media screen and (max-width: 420px) {
width: 90%;
}
overflow-y: auto;
h4 {
padding: 15px 0;
@ -69,11 +65,7 @@
width: 100%;
overflow: hidden;
height: 100%;
overflow-y: scroll;
@media screen and (max-width: 420px) {
width: 90%;
}
overflow-y: auto;
&__account {
background: var(--background-color);