Merge branch 'columns-styles' into 'develop'
Improve lists styling See merge request soapbox-pub/soapbox-fe!646
This commit is contained in:
commit
38ad49c1e6
2 changed files with 3 additions and 11 deletions
|
@ -554,7 +554,7 @@
|
|||
}
|
||||
|
||||
.column-header__expansion {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue