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 {
|
||||
padding: 8px;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
padding: 8px 12px;
|
||||
height: var(--title-height);
|
||||
border-bottom: 1px solid var(--primary-border-colour);
|
||||
font-weight: var(--title-weight);
|
||||
|
@ -25,11 +23,9 @@
|
|||
}
|
||||
|
||||
.pane-controls {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
top: 8px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.pane-controls .btn {
|
||||
|
@ -49,3 +45,4 @@
|
|||
#files .card-header .float-right a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue