mirror of
https://github.com/discourse/discourse-placeholder-theme-component.git
synced 2025-03-06 17:49:22 +00:00
FIX: improves links position when many links
This commit is contained in:
parent
3726aa75e3
commit
c1e02d7c2f
@ -20,7 +20,7 @@
|
||||
flex-wrap: wrap;
|
||||
flex: 1;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-start;
|
||||
|
||||
a {
|
||||
font-size: $font-down-1;
|
||||
@ -29,6 +29,7 @@
|
||||
border-radius: 3px;
|
||||
color: $primary-medium;
|
||||
margin-top: 1em;
|
||||
margin-right: 1em;
|
||||
|
||||
&:hover {
|
||||
background: $primary-low-mid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user