Visual fixes #19

Merged
gru merged 7 commits from visual_fixes into master 2026-06-04 19:27:34 +02:00
Showing only changes of commit 15a4c8e6a6 - Show all commits
+5 -1
View File
@@ -6,7 +6,8 @@
--statusbar: calc(34px * var(--ui-scale));
--mobile-filterbar-height: 132px;
--sidebar: calc(270px * var(--ui-scale));
--torrent-progress-complete: #198754;
/* Note: Completed torrent progress follows Bootstrap success badges exactly. */
--torrent-progress-complete: var(--bs-success);
--pytorrent-page-bg: var(--bs-body-bg);
--pytorrent-shell-shadow: 0 12px 45px rgba(0, 0, 0, 0.38);
}
@@ -1387,6 +1388,9 @@ body.mobile-mode .mobile-card {
width 0.25s ease,
background-color 0.25s ease;
}
.torrent-progress.is-complete .progress-bar {
background: var(--torrent-progress-complete) !important;
}
.torrent-progress > span {
position: absolute;
inset: 0;