mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 14:04:43 -04:00
Added support of resizable editor
This commit is contained in:
parent
b86a695f9c
commit
529c5f6c13
19 changed files with 47 additions and 2 deletions
|
@ -42,15 +42,23 @@ body {
|
|||
cursor: pointer;
|
||||
margin: 2px;
|
||||
}
|
||||
.row {
|
||||
.ui-content {
|
||||
height: 100%;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.ui-edit-area {
|
||||
height: 100%;
|
||||
/*padding-left: 15px;*/
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
.ui-edit-area .ui-resizable-handle.ui-resizable-e {
|
||||
cursor: col-resize;
|
||||
width: 5px;
|
||||
background-color: white;
|
||||
box-shadow: 5px 0px 10px #e7e7e7;
|
||||
}
|
||||
.ui-view-area {
|
||||
/*overflow-y: scroll;*/
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue