Using full header height for stash header items.

This commit is contained in:
DebaucheryLibrarian 2021-03-20 02:29:52 +01:00
parent 06e6d3940b
commit 489d253a48
1 changed files with 7 additions and 2 deletions

View File

@ -118,6 +118,7 @@ export default {
.header-section, .header-section,
.header-item { .header-item {
height: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
} }
@ -126,9 +127,13 @@ export default {
margin: 0 1rem 0 0; margin: 0 1rem 0 0;
} }
.stash-public .icon { .stash-public {
margin: 0 .75rem 0 0;
cursor: pointer; cursor: pointer;
.icon {
margin: 0 .75rem 0 0;
cursor: pointer;
}
} }
.stash-name, .stash-name,