Fix some scaling issues.
This commit is contained in:
@@ -82,7 +82,7 @@ a {
|
|||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 100%;
|
font-size: 2.25vh;
|
||||||
padding-left: 1cqw;
|
padding-left: 1cqw;
|
||||||
padding-right: 1cqw;
|
padding-right: 1cqw;
|
||||||
transition: 0.4s ease-out;
|
transition: 0.4s ease-out;
|
||||||
@@ -104,6 +104,8 @@ a {
|
|||||||
.dropdown_header ion-icon {
|
.dropdown_header ion-icon {
|
||||||
margin-right: 0.5vw;
|
margin-right: 0.5vw;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
width: 2.25vh;
|
||||||
|
height: 2vh;
|
||||||
float: right;
|
float: right;
|
||||||
color: lightpink;
|
color: lightpink;
|
||||||
transition-duration: 0.25s;
|
transition-duration: 0.25s;
|
||||||
|
|||||||
Reference in New Issue
Block a user