Update Sidebar.svelte

This commit is contained in:
Ryan 2023-01-02 21:47:01 +00:00 committed by GitHub
parent 0b493f41dc
commit b24808927a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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