Changed everything to be box-sizing: border-box;

This commit is contained in:
the-djmaze 2022-11-21 11:00:39 +01:00
parent 2d832ff5ea
commit cb167da854
25 changed files with 37 additions and 109 deletions

View file

@ -31,7 +31,6 @@
.b-toolbar {
top: 0;
height: 30px;
padding: 10px 0 0 @rlLowMargin;
color: #fff;
z-index: 101;
@ -39,7 +38,6 @@
.b-footer {
bottom: 10px;
height: 30px;
padding: 0 10px 0 5px;
z-index: 101;
@ -69,7 +67,6 @@
display: block;
position: relative;
z-index: 1;
height: 34px;
line-height: 34px;
background-color: transparent;
vertical-align: middle;
@ -222,8 +219,7 @@
max-width: -webkit-fit-content;
max-width: fit-content;
overflow: hidden;
height: 19px;
padding: 4px 8px;
max-height: 2em;
}
}