This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix settings design on mobile
master
Eugen Rochko
7 years ago
parent
23b997ae55
commit
9b2c728251
1 changed files
with
24 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+24
-0
app/assets/stylesheets/admin.scss
+ 24
- 0
app/assets/stylesheets/admin.scss
View File
@ -108,6 +108,30 @@
.
simple_form
{
max-width
:
400px
;
}
@media
screen
and
(
max-width
:
600
px
)
{
display
:
block
;
overflow-y
:
auto
;
.
sidebar-wrapper
,
.
content-wrapper
{
flex
:
0
0
auto
;
height
:
auto
;
}
.
sidebar
{
width
:
100
%
;
padding
:
10px
0
;
height
:
auto
;
.
logo
{
margin
:
20px
auto
;
}
}
.
content
{
padding-top
:
20px
;
}
}
}
.
filters
{
Write
Preview
Loading…
Cancel
Save