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

@ -15,7 +15,6 @@
position: absolute;
top: 0;
right: 0;
height: 30px;
padding: 10px @rlLowMargin;
z-index: 103;
@ -33,7 +32,7 @@
cursor: pointer;
display: inline-block;
font-size: 30px;
height: 30px;
height: 1em;
margin-right: 10px;
width: 1em;
@ -61,8 +60,7 @@
display: inline-block;
font-weight: bold;
font-size: 16px;
height: 29px;
line-height: 30px;
line-height: 29px;
max-width: 25vw;
overflow: hidden;
padding: 1px 8px;