mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-19 04:35:04 -04:00
Fixed CSS for maximising output pane
This commit is contained in:
parent
cc9d51b7be
commit
ec577fc075
5 changed files with 30 additions and 16 deletions
|
@ -58,6 +58,10 @@
|
|||
border-radius: 30px;
|
||||
}
|
||||
|
||||
.output-maximised .hide-on-maximised-output {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.spin {
|
||||
animation-name: spin;
|
||||
animation-duration: 3s;
|
||||
|
|
|
@ -280,9 +280,8 @@
|
|||
}
|
||||
|
||||
.io-info {
|
||||
margin-right: 20px;
|
||||
margin-right: 18px;
|
||||
margin-top: 1px;
|
||||
float: right;
|
||||
height: 30px;
|
||||
text-align: right;
|
||||
line-height: 12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue