mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
force less variable calculation
This commit is contained in:
parent
fca21cbf72
commit
e483aa544f
2
mitmproxy/tools/web/static/app.css
vendored
2
mitmproxy/tools/web/static/app.css
vendored
File diff suppressed because one or more lines are too long
@ -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
Block a user