fix top bar in editor, move close to right, invite to left
This commit is contained in:
parent
8aceed7686
commit
51e25b6632
@ -25,6 +25,8 @@ html, body, #mainContainer {
|
|||||||
|
|
||||||
#toolbar {
|
#toolbar {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
border-bottom: none;
|
||||||
|
padding: 6px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
@ -32,7 +34,7 @@ html, body, #mainContainer {
|
|||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30px;
|
top: 38px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user