force less variable calculation

This commit is contained in:
Maximilian Hils 2021-08-23 14:58:56 +02:00
parent fca21cbf72
commit e483aa544f
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@ header {
} }
> .btn.btn-sm { > .btn.btn-sm {
height: (@menu-height - @menu-legend-height)/3; height: ((@menu-height - @menu-legend-height) / 3);
padding: 0 5px; padding: 0 5px;
i { i {
display: inline-block; display: inline-block;
@ -61,7 +61,7 @@ header {
.menu-entry { .menu-entry {
text-align: left; text-align: left;
height: (@menu-height - @menu-legend-height)/3; height: ((@menu-height - @menu-legend-height) / 3);
line-height: 1; line-height: 1;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;