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
Use same margin for navbar and column for consistency
closed-social-glitch-2
Thibaut Girka
6 years ago
committed by
ThibG
parent
69ea4a01e1
commit
d8544e7003
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
app/javascript/flavours/glitch/styles/components/columns.scss
+ 3
- 2
app/javascript/flavours/glitch/styles/components/columns.scss
View File
@ -63,9 +63,10 @@
overflow
:
hidden
;
}
@include
limited-single-column
(
'
screen and (m
ax
-width: 360px)
'
,
$parent
:
null
)
{
@include
limited-single-column
(
'
screen and (m
in
-width: 360px)
'
,
$parent
:
null
)
{
.
tabs-bar
{
margin
:
0
;
margin
:
10px
;
margin-bottom
:
0
;
}
}
Write
Preview
Loading…
Cancel
Save