feat: UI overhaul
This commit is contained in:
@@ -13,7 +13,7 @@ pub(crate) fn NavigationItem<I: IconShape + Clone + PartialEq + 'static>(
|
||||
Link {
|
||||
to: route.clone(),
|
||||
class: format!(
|
||||
"py-2.5 flex flex-row justify-center items-center",
|
||||
"py-2.5 flex flex-row justify-center items-center hover:*:bg-gray-900 active:*:text-gray-400",
|
||||
),
|
||||
div {
|
||||
class: format!("pt-2.5 px-4 {} transition-all duration-150",
|
||||
|
||||
Reference in New Issue
Block a user