1
Fork 0

Add sidebar header

This commit is contained in:
KorbsStudio 2023-02-01 14:10:17 -05:00
parent 68d7dfe46b
commit c1baf1fa55
No known key found for this signature in database
2 changed files with 20 additions and 0 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB