From 08c1750def51c857ca6310e31cacdc1fc047cce7 Mon Sep 17 00:00:00 2001 From: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com> Date: Sat, 7 Jun 2025 18:11:16 +0100 Subject: [PATCH] remove unused css `scroll-container`, `is-fullwidth-label`, `is-block`, and `strike-through` were all removed in 116ca29, `fa-download` was removed in 3ee687f61 --- .../add-new-torrent.component.scss | 19 ------------------- client/src/app/torrent/torrent.component.scss | 4 ---- 2 files changed, 23 deletions(-) diff --git a/client/src/app/add-new-torrent/add-new-torrent.component.scss b/client/src/app/add-new-torrent/add-new-torrent.component.scss index 4d5a055..c7038b4 100644 --- a/client/src/app/add-new-torrent/add-new-torrent.component.scss +++ b/client/src/app/add-new-torrent/add-new-torrent.component.scss @@ -3,21 +3,6 @@ width: 24em; } -.scroll-container { - width: 100%; - overflow-x: auto; - overflow-y: auto; - max-height: 603px; -} - -.is-fullwidth-label { - width: 100%; -} - -.is-block { - display: block; -} - .separator { display: flex; align-items: center; @@ -42,7 +27,3 @@ .separator:not(:empty)::after { margin-left: 0.25em; } - -.strike-through { - text-decoration: line-through; -} diff --git a/client/src/app/torrent/torrent.component.scss b/client/src/app/torrent/torrent.component.scss index 7021f84..5d62b1c 100644 --- a/client/src/app/torrent/torrent.component.scss +++ b/client/src/app/torrent/torrent.component.scss @@ -8,10 +8,6 @@ table { } } -.fa-download { - margin-left: 12px; -} - .flex-container { display: flex; flex: 1 1 0;