mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
[#181] reduce title-height from 48 to 40
This commit is contained in:
parent
fefb98e466
commit
a27de41328
6 changed files with 21 additions and 18 deletions
|
@ -1,11 +1,15 @@
|
|||
:root {
|
||||
/* Fixed heights */
|
||||
--banner-height: 40px;
|
||||
/*initial mobile height*/
|
||||
--controls-height: 50px;
|
||||
--operations-height: 90px;
|
||||
|
||||
/* Mobile height */
|
||||
--title-height: 40px;
|
||||
--controls-height: 50px;
|
||||
--operations-height: 80px;
|
||||
|
||||
/* Desktop specific height */
|
||||
--desktop-controls-height: 70px;
|
||||
--tab-height: 40px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue