Fix composer not displaying on chrome mobile (fixes #696)
This commit is contained in:
parent
fd2c7aa8ec
commit
cc7adf7e84
|
@ -5,7 +5,6 @@
|
||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
flex: none;
|
flex: none;
|
||||||
contain: strict;
|
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
@ -49,7 +48,6 @@
|
||||||
background: lighten($ui-base-color, 13%);
|
background: lighten($ui-base-color, 13%);
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
contain: strict;
|
|
||||||
|
|
||||||
& > .mastodon {
|
& > .mastodon {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -253,7 +251,6 @@
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
contain: strict;
|
|
||||||
|
|
||||||
& > header {
|
& > header {
|
||||||
border-bottom: 1px solid darken($ui-base-color, 4%);
|
border-bottom: 1px solid darken($ui-base-color, 4%);
|
||||||
|
|
Loading…
Reference in New Issue