forked from DebaucheryLibrarian/traxxx
Using full header height for stash header items.
This commit is contained in:
parent
06e6d3940b
commit
489d253a48
|
@ -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,10 +127,14 @@ export default {
|
||||||
margin: 0 1rem 0 0;
|
margin: 0 1rem 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stash-public .icon {
|
.stash-public {
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
.icon {
|
||||||
margin: 0 .75rem 0 0;
|
margin: 0 .75rem 0 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.stash-name,
|
.stash-name,
|
||||||
.stash-username {
|
.stash-username {
|
||||||
|
|
Loading…
Reference in New Issue