mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 02:42:47 +00:00
seafile-editor-master-dist
This commit is contained in:
51
frontend/src/css/layout.css
Normal file
51
frontend/src/css/layout.css
Normal file
@@ -0,0 +1,51 @@
|
||||
.seafile-editor {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 960px;
|
||||
}
|
||||
|
||||
.seafile-editor-main {
|
||||
height: calc(100% - 68px);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.seafile-editor-topbar {
|
||||
width: 100%;
|
||||
height: 68px;
|
||||
background-color: #fff;
|
||||
padding: 0px 10px;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
box-shadow: 0 3px 2px -2px rgba(200,200,200,.15);
|
||||
user-select: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.seafile-editor-left-panel {
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
border-right: 1px solid rgb(230,230,221);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.seafile-editor-right-panel {
|
||||
height: 100%;
|
||||
background-color: rgb(250,250,249);
|
||||
overflow-x: hidden;
|
||||
position: relative; /* for seafile-editor-resize */
|
||||
}
|
||||
|
||||
.plain-editor-left-panel {
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
background-color: #fff;
|
||||
border-right: 1px solid rgb(230,230,221);
|
||||
overflow-y: auto;
|
||||
}
|
||||
.plain-editor-right-panel {
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
background-color: rgb(250,250,249);
|
||||
overflow-x: hidden;
|
||||
}
|
Reference in New Issue
Block a user