mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:34:18 +08:00
UX: creates a vertical space between the title and the back link (#23558)
The link was to close to the title, there was no vertical space. Adding a space make elements spacing more even on the page.
This commit is contained in:
parent
d811e96fa9
commit
bbad09df0e
|
@ -214,7 +214,7 @@ header .discourse-tag {
|
|||
grid-area: header;
|
||||
background: var(--primary-very-low);
|
||||
padding: 20px;
|
||||
margin-bottom: 1em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
.tag-groups-sidebar {
|
||||
grid-area: sidebar;
|
||||
|
|
Loading…
Reference in New Issue
Block a user