chore: clean up a bunch of legacy styles (#5973)
* remove unused experimental-styles-within * remove unused styles * more cleanup + prepr * Refactor nearly all legacy buttons to use ButtonStyled * prepr * Update MC account selector to modern version * prepr --------- Co-authored-by: Calum H. <calum@modrinth.com>
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
:api-url="config.public.apiBaseUrl"
|
||||
/>
|
||||
<header
|
||||
class="experimental-styles-within desktop-only relative z-[5] mx-auto grid max-w-[1280px] grid-cols-[1fr_auto] items-center gap-2 px-6 py-4 lg:grid-cols-[auto_1fr_auto]"
|
||||
class="desktop-only relative z-[5] mx-auto grid max-w-[1280px] grid-cols-[1fr_auto] items-center gap-2 px-6 py-4 lg:grid-cols-[auto_1fr_auto]"
|
||||
>
|
||||
<div>
|
||||
<NuxtLink
|
||||
@@ -1298,7 +1298,8 @@ const { cycle: changeTheme } = useTheme()
|
||||
justify-content: center;
|
||||
padding: 1rem;
|
||||
|
||||
.iconified-button {
|
||||
> button,
|
||||
> a {
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
padding: 0.75rem;
|
||||
|
||||
Reference in New Issue
Block a user