Skip to content

Commit cf9230d

Browse files
committed
fix: set width and enable wrapping for mobile login footer
1 parent 0c596ef commit cf9230d

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.dev/src/media/main.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,10 +1890,13 @@
18901890
}
18911891

18921892
.login-footer {
1893-
@apply text-muted-foreground fixed bottom-0 left-1/2 -translate-x-1/2 pb-4 text-center text-xs whitespace-nowrap max-md:pb-3;
1893+
@apply text-muted-foreground fixed bottom-0 left-1/2 w-[calc(100%-1.25rem)] -translate-x-1/2 pb-4 text-center max-md:pb-3;
1894+
& p {
1895+
@apply text-xs whitespace-normal;
18941896

1895-
& a {
1896-
@apply text-primary hover:text-primary;
1897+
& a {
1898+
@apply text-primary hover:text-primary;
1899+
}
18971900
}
18981901
}
18991902
}

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk
88
LUCI_TITLE:=Aurora Theme (A modern browser theme built with Vite and Tailwind CSS)
99
LUCI_DEPENDS:=+luci-base
1010

11-
PKG_VERSION:=0.11.0
12-
PKG_RELEASE:=20260208
11+
PKG_VERSION:=0.11.1
12+
PKG_RELEASE:=20260227
1313
PKG_LICENSE:=Apache-2.0
1414

1515
LUCI_MINIFY_CSS:=

0 commit comments

Comments
 (0)