2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-04 17:43:28 +00:00

Fixed CSS for maximising output pane

This commit is contained in:
n1474335
2022-05-30 19:25:41 +01:00
parent cc9d51b7be
commit ec577fc075
5 changed files with 30 additions and 16 deletions

View File

@@ -58,6 +58,10 @@
border-radius: 30px;
}
.output-maximised .hide-on-maximised-output {
display: none !important;
}
.spin {
animation-name: spin;
animation-duration: 3s;