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 {
|
.column-header__expansion {
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,11 +3,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
|
|
||||||
@media screen and (max-width: 420px) {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
|
@ -69,11 +65,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
|
|
||||||
@media screen and (max-width: 420px) {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__account {
|
&__account {
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
|
|
Loading…
Reference in a new issue