design fixes

This commit is contained in:
Áron Hegymegi-Kiss
2021-12-15 22:22:06 +01:00
parent 9a9e564dbf
commit 46e515b130
5 changed files with 137 additions and 40 deletions

View File

@@ -89,6 +89,7 @@ h1,h2,h3,h4,h5,h6 {
html, body {
font-family: sans-serif;
margin: 0;
font-size: 14px;
}
* {
@@ -109,6 +110,7 @@ html, body {
max-width: 600px;
border-radius: 15px;
margin: 15px;
z-index: 10;
}
.tab-heading {
@@ -129,6 +131,10 @@ html, body {
color: white;
}
.tab-heading:active {
background-color: #950000;
}
.option-group > div {
min-height: 50px;
padding: 20px 0;
@@ -168,6 +174,10 @@ input[type='number'] {
display: none !important;
}
.spacing {
margin-top: 15px;
}
.keybind-status {
display: inline;
}
@@ -181,6 +191,10 @@ input[type='number'] {
padding: 10px 0 20px 20px;
}
.indent {
padding-left: 20px;
}
.categoryTableElement td {
padding-top: 10px;
}
@@ -511,9 +525,11 @@ svg {
}
.tab-heading {
width: unset;
min-width: 150px;
height: 40px;
line-height: 40px;
min-width: unset;
height: 35px;
line-height: 35px;
font-size: 16px;
padding: 0 10px;
margin: 0;
flex-grow: 1;
}
@@ -531,6 +547,15 @@ svg {
#version {
font-size: 10px;
}
.sticky #navigation {
position: fixed;
left: 0;
right: 0;
margin: 0 15px;
}
.sticky #title, .sticky #createdBy {
display: none;
}
}
@media only screen and (max-width: 800px) {