Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
5b10af85
Unverified
Commit
5b10af85
authored
Mar 05, 2026
by
Wesley Liddick
Committed by
GitHub
Mar 05, 2026
Browse files
Merge pull request #762 from touwaeriol/fix/dark-theme-open-in-new-tab
fix: add dark theme support for "open in new tab" FAB button
parents
4caf95e5
064f9be7
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/user/CustomPageView.vue
View file @
5b10af85
...
@@ -160,7 +160,7 @@ onUnmounted(() => {
...
@@ -160,7 +160,7 @@ onUnmounted(() => {
.custom-open-fab
{
.custom-open-fab
{
@apply
absolute
right-3
top-3
z-10;
@apply
absolute
right-3
top-3
z-10;
@apply
shadow-sm
backdrop-blur
supports-[backdrop-filter]:bg-white/80;
@apply
shadow-sm
backdrop-blur
supports-[backdrop-filter]:bg-white/80
dark
:
supports-
[
backdrop-filter
]:
bg-dark-800
/
80
;
}
}
.custom-embed-frame
{
.custom-embed-frame
{
...
...
frontend/src/views/user/PurchaseSubscriptionView.vue
View file @
5b10af85
...
@@ -143,7 +143,7 @@ onUnmounted(() => {
...
@@ -143,7 +143,7 @@ onUnmounted(() => {
.purchase-open-fab
{
.purchase-open-fab
{
@apply
absolute
right-3
top-3
z-10;
@apply
absolute
right-3
top-3
z-10;
@apply
shadow-sm
backdrop-blur
supports-[backdrop-filter]:bg-white/80;
@apply
shadow-sm
backdrop-blur
supports-[backdrop-filter]:bg-white/80
dark
:
supports-
[
backdrop-filter
]:
bg-dark-800
/
80
;
}
}
.purchase-embed-frame
{
.purchase-embed-frame
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment