Implemented settings load and save

This commit is contained in:
RemixDev
2020-04-14 19:58:54 +02:00
parent a3c9d06e14
commit 14f91fa275
6 changed files with 68 additions and 33 deletions

View File

@@ -430,3 +430,15 @@ input[type="text"], input[type="password"], input[type="number"]{
.right{
float: right;
}
.fixed_footer footer{
position: sticky;
display: flex;
align-items: center;
flex-direction: row;
justify-content: flex-end;
background-color: var(--main-background);
bottom: 0px;
height: 64px;
width: 100%;
margin-top: 24px;
}