UI changes
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
:root {
|
||||
--default-amount-color: #a5b3c0;
|
||||
--default-font-color: #c2c2c2;
|
||||
--default-font-size: 2.5vw;
|
||||
--default-font-size: 2.1vw;
|
||||
--default-header-color: #64aa82;
|
||||
--default-header-font-size: 2.4vw;
|
||||
--link-color: #436055;
|
||||
--link-font-size: 1.8vw;
|
||||
|
||||
@@ -81,19 +82,19 @@ div {
|
||||
|
||||
h1 {
|
||||
color: var(--default-header-color);
|
||||
font-size: 3vw;
|
||||
font-size: var(--default-header-font-size);
|
||||
margin: 0 0 5px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 3vw;
|
||||
font-size: var(--default-header-font-size);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 2vw;
|
||||
font-size: var(--default-font-size);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
@@ -133,6 +134,10 @@ select option {
|
||||
font-size: var(--default-font-size);
|
||||
}
|
||||
|
||||
td {
|
||||
font-size: var(--default-font-size);
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: monospace;
|
||||
border: 1px solid #3b4b3d;
|
||||
@@ -145,7 +150,7 @@ textarea {
|
||||
.app-header {
|
||||
font-family: "Digital Sans EF Medium", sans-serif;
|
||||
color: var(--default-header-color);
|
||||
font-size: 5vh;
|
||||
font-size: 4vh;
|
||||
margin-top: 0;
|
||||
margin-right: 20px;
|
||||
margin-left: 10px;
|
||||
|
@@ -7,8 +7,8 @@
|
||||
<script src="js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="digital app-header" id="ID_SiaDrive" style="height: 6vh;"></h1>
|
||||
<div id="main_window" style="height: 93vh;"></div>
|
||||
<h1 class="digital app-header" id="ID_SiaDrive" style="height: 5vh;"></h1>
|
||||
<div id="main_window" style="height: 94vh;"></div>
|
||||
<div class="hidden-element" id="offline_window" style="height: inherit;">
|
||||
<div style="display: flex; flex-direction: column; height: inherit;">
|
||||
<div class="box" style="flex-grow: 0;">
|
||||
|
Reference in New Issue
Block a user