minor UI fixes

This commit is contained in:
geoffrey45
2022-05-07 19:33:54 +03:00
parent fb67f568ad
commit f913e59103
19 changed files with 37 additions and 63 deletions
+3 -3
View File
@@ -80,6 +80,7 @@ app_dom.addEventListener("click", (e) => {
cursor: pointer;
}
}
.logo {
height: 4.5rem;
width: 15rem;
@@ -94,10 +95,9 @@ app_dom.addEventListener("click", (e) => {
}
.content {
width: 100%;
padding: 0 $small;
display: grid;
grid-template-rows: 1fr;
margin-top: $small;
overflow: auto;
padding-right: $small !important;
}
</style>