Add sidebar header
This commit is contained in:
parent
68d7dfe46b
commit
c1baf1fa55
2 changed files with 20 additions and 0 deletions
|
@ -45,6 +45,20 @@ body {
|
|||
height: 100%;
|
||||
padding: 0px 20px;
|
||||
display: grid;
|
||||
grid-template-rows: 50px auto auto;
|
||||
.sidebar-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 20px;
|
||||
p {
|
||||
pointer-events: none;
|
||||
}
|
||||
img {
|
||||
width: 32px;
|
||||
margin-right: 16px;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
.sidebar-top {
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
@ -70,6 +84,12 @@ body {
|
|||
li.active {
|
||||
background: var(--accent);
|
||||
}
|
||||
.webview-navigation#Tab {
|
||||
display: none !important;
|
||||
}
|
||||
.has-navigation.active > .webview-navigation#Tab {
|
||||
display: grid !important;
|
||||
}
|
||||
.has-navigation.active p {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
|
BIN
public/logo.png
Normal file
BIN
public/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Reference in a new issue