1
0

UI changes

This commit is contained in:
Scott E. Graves
2017-05-02 14:47:48 -05:00
parent ce6769083f
commit 40245dd3ec
4 changed files with 23 additions and 10 deletions

View File

@@ -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;

View File

@@ -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;">