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;