This commit is contained in:
2025-02-03 20:16:55 +01:00
parent 5599c3d1bd
commit 514a9d657e
9 changed files with 66 additions and 29 deletions
+1 -11
View File
@@ -1,6 +1,6 @@
@font-face {
font-family: 'Consolas';
src: url('./Consolas.ttf') format('truetype');
src: url('./assets/fonts/Consolas.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@@ -9,18 +9,15 @@
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: lightgray;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: gray;
height: 200px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: darkgray;
}
@@ -37,13 +34,6 @@
font-size: 25px;
padding: 3vw;
#KH_CTRL {
height: 80px;
background: red;
display: flex;
justify-content: space-around;
}
#KH_FE_FPLAN {
height: calc(100vh - 6vw - 180px);
width: 100%;