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
[Glitch] Fix sidebar cut-off on small screens in admin UI
Port
7adde24a95
to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
closed-social-glitch-2
Botao Wang
1 year ago
committed by
Claire
parent
31455f05fb
commit
56bec60f25
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/flavours/glitch/styles/admin.scss
+ 1
- 1
app/javascript/flavours/glitch/styles/admin.scss
View File
@ -384,7 +384,7 @@ $content-width: 840px;
position
:
fixed
;
z-index
:
10
;
width
:
100
%
;
height
:
calc
(
100
vh
-
56px
)
;
height
:
calc
(
100
%
-
56px
)
;
left
:
0
;
bottom
:
0
;
overflow-y
:
auto
;
Write
Preview
Loading…
Cancel
Save