Update Sidebar.svelte
This commit is contained in:
parent
0b493f41dc
commit
b24808927a
@ -86,7 +86,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 5px 0 5px 0;
|
padding: 5px 4%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-element:hover {
|
.sidebar-element:hover {
|
||||||
@ -107,7 +107,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin-left: 4%;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -172,11 +171,10 @@
|
|||||||
|
|
||||||
:global(.sidebar-link) {
|
:global(.sidebar-link) {
|
||||||
width: unset;
|
width: unset;
|
||||||
margin-left: 0 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-element {
|
.user-element {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user