Add styling for notes section
This commit is contained in:
parent
d14eed9965
commit
027e1d4146
1 changed files with 18 additions and 0 deletions
18
style.css
18
style.css
|
|
@ -41,6 +41,21 @@ body, html{
|
|||
min-width: 250px;
|
||||
max-width: 350px !important;
|
||||
}
|
||||
.note-date{
|
||||
padding: 12px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
.tag-icon{
|
||||
padding-left: 12px !important;
|
||||
padding-right: 5px !important;
|
||||
padding-top: 0px !important;
|
||||
padding-bottom: 0px !important;
|
||||
width: 45px !important;
|
||||
}
|
||||
.tag-list{
|
||||
padding: 12px 0px;
|
||||
max-width: 172px;
|
||||
}
|
||||
#library-nav{
|
||||
border-right: solid 1px #d9d9d9;
|
||||
min-width: 250px !important;
|
||||
|
|
@ -50,6 +65,9 @@ body, html{
|
|||
#nblist{
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
#entry-list{
|
||||
overflow-y: auto;
|
||||
}
|
||||
#notebook-list{
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue