[#181] update pane-controls display
This commit is contained in:
parent
2aa8dbb69f
commit
3102adc73d
@ -12,9 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
padding: 8px;
|
padding: 8px 12px;
|
||||||
padding-left: 12px;
|
|
||||||
padding-right: 12px;
|
|
||||||
height: var(--title-height);
|
height: var(--title-height);
|
||||||
border-bottom: 1px solid var(--primary-border-colour);
|
border-bottom: 1px solid var(--primary-border-colour);
|
||||||
font-weight: var(--title-weight);
|
font-weight: var(--title-weight);
|
||||||
@ -25,11 +23,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pane-controls {
|
.pane-controls {
|
||||||
position: absolute;
|
|
||||||
right: 8px;
|
right: 8px;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
flex-direction: row;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pane-controls .btn {
|
.pane-controls .btn {
|
||||||
@ -49,3 +45,4 @@
|
|||||||
#files .card-header .float-right a:hover {
|
#files .card-header .float-right a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user