change sidemenu position to right

This commit is contained in:
ghost 2021-12-31 06:19:13 +02:00
parent a06afb19cd
commit 6e2c4dc8f6
2 changed files with 3 additions and 3 deletions

View File

@ -21,13 +21,13 @@ a:active {
}
.container > .left {
position: fixed;
float: right;
z-index: 99;
width: 360px
}
.container > .right {
padding-left: 380px
padding-right: 380px
}
.container {

View File

@ -10,7 +10,7 @@
cursor: pointer;
text-align: center;
padding: 8px 16px;
margin: 2px
margin: 0 2px 2px 2px;
}
.moduleMenu .item.active,