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
Fixes drawer so stuff doesn't overflow
closed-social-glitch-2
Go Shoemake
7 years ago
committed by
beatrix-bitrot
parent
b27842dc70
commit
62a75891ab
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
app/javascript/styles/custom.scss
+ 3
- 1
app/javascript/styles/custom.scss
View File
@ -7,7 +7,9 @@
}
.
drawer
{
width
:
17
%
;
flex-grow
:
1
!
important
;
flex-basis
:
200px
!
important
;
min-width
:
268px
;
max-width
:
400px
;
}
}
Write
Preview
Loading…
Cancel
Save