This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix composer not displaying on chrome mobile (
fixes
#696
)
closed-social-glitch-2
Thibaut Girka
6 years ago
committed by
ThibG
parent
fd2c7aa8ec
commit
cc7adf7e84
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
app/javascript/flavours/glitch/styles/components/drawer.scss
+ 0
- 3
app/javascript/flavours/glitch/styles/components/drawer.scss
View File
@ -5,7 +5,6 @@
padding
:
10px
5px
;
width
:
300px
;
flex
:
none
;
contain
:
strict
;
&
:
first-child
{
padding-left
:
10px
;
@ -49,7 +48,6 @@
background
:
lighten
(
$
ui-base-color
,
13
%
)
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
contain
:
strict
;
&
>
.
mastodon
{
flex
:
1
;
@ -253,7 +251,6 @@
background
:
$
ui-base-color
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
contain
:
strict
;
&
>
header
{
border-bottom
:
1px
solid
darken
(
$
ui-base-color
,
4
%
)
;
Write
Preview
Loading…
Cancel
Save