force less variable calculation
This commit is contained in:
parent
fca21cbf72
commit
e483aa544f
Binary file not shown.
|
@ -49,7 +49,7 @@ header {
|
|||
}
|
||||
|
||||
> .btn.btn-sm {
|
||||
height: (@menu-height - @menu-legend-height)/3;
|
||||
height: ((@menu-height - @menu-legend-height) / 3);
|
||||
padding: 0 5px;
|
||||
i {
|
||||
display: inline-block;
|
||||
|
@ -61,7 +61,7 @@ header {
|
|||
|
||||
.menu-entry {
|
||||
text-align: left;
|
||||
height: (@menu-height - @menu-legend-height)/3;
|
||||
height: ((@menu-height - @menu-legend-height) / 3);
|
||||
line-height: 1;
|
||||
padding: 0.5rem 1rem;
|
||||
|
||||
|
|
Loading…
Reference in New Issue