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