kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
rodzic
04fb58d32a
commit
8102547f56
|
@ -5,10 +5,6 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
@media screen and (max-width: 420px) {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
|
@ -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);
|
||||||
|
|
Ładowanie…
Reference in New Issue