mirror of https://github.com/Siphonay/mastodon
[Glitch] Fix wrapping in dashboard quick access buttons
Port f1b6a611aa
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
131696277c
commit
6142adc7d6
|
@ -86,9 +86,7 @@
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
transition: all 100ms ease-in;
|
transition: all 100ms ease-in;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 0 16px;
|
padding: 8px 16px;
|
||||||
line-height: 36px;
|
|
||||||
height: 36px;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue