mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] update pane-controls display
This commit is contained in:
parent
2aa8dbb69f
commit
3102adc73d
1 changed files with 3 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue