Skip to content

Commit cdcc680

Browse files
committed
fix: progress text clipping on package page
1 parent bfcfa98 commit cdcc680

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.dev/src/media/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,9 @@
959959
@layer progress {
960960
.cbi-progressbar {
961961
@apply relative h-3.5 w-full cursor-help overflow-hidden rounded-full bg-slate-300 before:absolute before:top-1/2 before:left-1/2 before:-translate-x-1/2 before:-translate-y-1/2 before:rounded-2xl before:text-xs/normal before:whitespace-nowrap before:text-slate-900 before:content-[attr(title)] max-md:h-4 max-md:rounded-2xl max-md:before:text-xs max-md:before:leading-normal dark:bg-slate-700 before:dark:border-slate-600 before:dark:text-slate-100 dark:before:text-slate-100;
962+
[data-page="admin-system-package-manager"] & {
963+
@apply max-sm:before:text-[10px];
964+
}
962965

963966
& > div {
964967
@apply from-progress-start to-progress-end h-full bg-gradient-to-r transition-all duration-300;

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.8.9_beta
11+
PKG_VERSION:=0.8.10_beta
1212
PKG_RELEASE:=20251205
1313
PKG_LICENSE:=Apache-2.0
1414

htdocs/luci-static/aurora/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)