mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Minor adjustment to menu-links-header spacing to avoid some wrapping
This commit is contained in:
parent
ce1491e830
commit
c7d75bc3a0
@ -279,8 +279,8 @@ div.menu-links-header {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
// Expand the click area a bit.
|
// Expand the click area a bit.
|
||||||
padding-left: 0.6em;
|
padding-left: 0.55em;
|
||||||
padding-right: 0.6em;
|
padding-right: 0.55em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -327,7 +327,7 @@ div.menu-links-header {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: -0.5em 0;
|
margin: -0.5em 0;
|
||||||
max-width: 130px;
|
max-width: 120px;
|
||||||
|
|
||||||
// `overflow: hidden` on `.user-activity-link` would hide the `::after`
|
// `overflow: hidden` on `.user-activity-link` would hide the `::after`
|
||||||
// pseudo element (used to create the tab-looking effect). Sets `overflow:
|
// pseudo element (used to create the tab-looking effect). Sets `overflow:
|
||||||
|
Loading…
Reference in New Issue
Block a user