mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-03-12 21:41:09 +00:00
change sidemenu position to right
This commit is contained in:
parent
a06afb19cd
commit
6e2c4dc8f6
@ -21,13 +21,13 @@ a:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container > .left {
|
.container > .left {
|
||||||
position: fixed;
|
float: right;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
width: 360px
|
width: 360px
|
||||||
}
|
}
|
||||||
|
|
||||||
.container > .right {
|
.container > .right {
|
||||||
padding-left: 380px
|
padding-right: 380px
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
margin: 2px
|
margin: 0 2px 2px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.moduleMenu .item.active,
|
.moduleMenu .item.active,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user