Add styling changes and beginnings of adding notes
Zoom set to 85% since components can't be resized. Added start of functionality to add notes.
This commit is contained in:
parent
6912567122
commit
cfeb438af2
5 changed files with 118 additions and 43 deletions
|
|
@ -39,7 +39,7 @@ body, html{
|
|||
#entry-selector{
|
||||
border-right: solid 1px #d9d9d9;
|
||||
min-width: 250px;
|
||||
max-width: 390px !important;
|
||||
max-width: 350px !important;
|
||||
}
|
||||
#library-nav{
|
||||
border-right: solid 1px #d9d9d9;
|
||||
|
|
@ -51,5 +51,6 @@ body, html{
|
|||
padding-bottom: 0px !important;
|
||||
}
|
||||
#notebook-list{
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue