forked from DebaucheryLibrarian/traxxx
Using full header height for stash header items.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user