Fixed header min-height.

pull/126/head
Fabio Caccamo 2021-04-14 11:31:38 +02:00
parent 554d8d27b7
commit 41c6d5b7f1
1 changed files with 3 additions and 2 deletions

View File

@ -72,8 +72,9 @@
/* end login fix*/
.admin-interface #header {
height:auto;
min-height:40px;
height: auto;
min-height: 55px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: start;