optimize a lot of stuff
This commit is contained in:
@ -25,6 +25,10 @@ sidebar {
|
||||
transition-timing-function: ease-in-out;
|
||||
}
|
||||
|
||||
.sidebar-item.active {
|
||||
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: calc(100% - 50px - 10px);
|
||||
height: calc(100vh - 20px);
|
||||
@ -66,6 +70,7 @@ iframe {
|
||||
#open-bottom-menu {
|
||||
position: absolute;
|
||||
bottom: -40px;
|
||||
transition-duration: 0.5s;
|
||||
height: 50px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
Reference in New Issue
Block a user