🐛 Fix the height and radius of the inputs
This commit is contained in:
@@ -202,6 +202,10 @@ body {
|
|||||||
outline: 0px;
|
outline: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
font-family: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
%base-text-input {
|
%base-text-input {
|
||||||
$horizontal-padding: 1vw;
|
$horizontal-padding: 1vw;
|
||||||
|
|
||||||
height: 100%;
|
height: calc(100% - (2 * $border-normal-width));
|
||||||
width: calc(100% - (2 * $horizontal-padding));
|
width: calc(100% - (2 * $horizontal-padding));
|
||||||
|
|
||||||
border: $border-normal;
|
border: $border-normal;
|
||||||
@@ -24,7 +24,9 @@
|
|||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
border: 0;
|
border: 0;
|
||||||
|
border-radius: $border-radius;
|
||||||
|
|
||||||
font-size: 2vh;
|
font-size: 2vh;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user