Add entry edit form and options
This commit is contained in:
parent
7b55e8770c
commit
646355d0f9
11 changed files with 1352 additions and 36 deletions
|
|
@ -62,7 +62,7 @@ $image-size: 80px;
|
|||
|
||||
.median {
|
||||
position: absolute;
|
||||
top: 54.75%;
|
||||
top: 51%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 2px;
|
||||
|
|
@ -76,6 +76,7 @@ $image-size: 80px;
|
|||
height: 100%;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
min-height:400px;
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue