diff --git a/client/assets/fonts.css b/client/assets/fonts.css
index c568ffa6..76d44b57 100644
--- a/client/assets/fonts.css
+++ b/client/assets/fonts.css
@@ -6,7 +6,7 @@
}
.material-symbols {
- font-family: 'Material Symbols Rounded';
+ font-family: 'Material Symbols Rounded' !important;
font-weight: normal;
font-style: normal;
line-height: 1;
diff --git a/client/assets/tailwind.css b/client/assets/tailwind.css
index 3cf071af..b43c15ce 100644
--- a/client/assets/tailwind.css
+++ b/client/assets/tailwind.css
@@ -1,5 +1,21 @@
+@import 'tailwindcss';
+
@config "../tailwind.config.js";
-@tailwind base;
-@tailwind components;
-@tailwind utilities;
\ No newline at end of file
+/*
+ The default border color has changed to `currentColor` in Tailwind CSS v4,
+ so we've added these compatibility styles to make sure everything still
+ looks the same as it did with Tailwind CSS v3.
+
+ If we ever want to remove these styles, we need to add an explicit border
+ color utility to any element that depends on these defaults.
+*/
+@layer base {
+ *,
+ ::after,
+ ::before,
+ ::backdrop,
+ ::file-selector-button {
+ border-color: var(--color-gray-200, currentColor);
+ }
+}
\ No newline at end of file
diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue
index bb452526..d2c45f41 100644
--- a/client/components/app/Appbar.vue
+++ b/client/components/app/Appbar.vue
@@ -13,10 +13,10 @@
{{ $getString('MessageXLibraryIsEmpty', [libraryName]) }}
{{ $strings.ButtonHome }}
{{ $strings.ButtonLibrary }}
{{ $strings.ButtonLatest }}
{{ $strings.ButtonSeries }}
{{ $strings.ButtonPlaylists }}
{{ $strings.ButtonCollections }}
{{ $strings.ButtonAuthors }}
{{ $strings.ButtonAdd }}
{{ $strings.ButtonDownloadQueue }}
{{ seriesName }}
-{{ $formatNumber(numShowing) }} {{ entityName }}
- +{{ $strings.MessageSearchResultsFor }} "{{ searchQuery }}"
- +{{ $formatNumber(numShowing) }} {{ entityName }}
- -