mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-18 12:11:49 +02:00
chore: update dependencies and component styling
- Upgrade Rollup to version 4.34.8 - Update TypeScript ESLint and related packages - Modify LanguageSwitcher and ThemeToggle components to remove `lg="hidden"` class - Refactor Scrollbar component with improved initialization and theme handling - Inline scrollbar styles in Scrollbar component, removing separate CSS file
This commit is contained in:
parent
152dd83e0c
commit
380a650721
6 changed files with 217 additions and 232 deletions
|
@ -17,7 +17,6 @@ function getLanguageDisplayName(code: string) {
|
|||
type="button"
|
||||
id="language-switcher"
|
||||
class="absolute right-[calc(9.94vw+2.8rem)] top-[calc(7.3vw+2.68rem)] z-99 aspect-square w-6.6 c-secondary [@supports(-webkit-touch-callout:none)]:top-[calc(7.3vw+2.28rem)] active:scale-90"
|
||||
lg="hidden"
|
||||
aria-label={`Current Language: ${getLanguageDisplayName(currentLocale)}. Click to switch to next language.`}
|
||||
>
|
||||
<svg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue