frontend ui enhacements

This commit is contained in:
Andrew Gundersen 2021-02-21 20:42:02 -06:00
commit af47f884d1
13 changed files with 126 additions and 214 deletions

View file

@ -25,11 +25,11 @@
}
#app {
font-family: "SF Pro Text";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
height: 100vh;
width: 100vw;
@ -43,15 +43,15 @@
width: 100vw;
height: 54px;
opacity: 0.75;
background-color: #EBEBEB;
-webkit-user-select: none;
-webkit-app-region: drag;
background-color: red;
opacity: 0.0;
border: none;
outline:none;
outline: none;
}