diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-09 15:54:46 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-09 15:54:46 +1000 |
| commit | 71025c6ed062cacae69b09597aae6a4de393116a (patch) | |
| tree | 983471bb02661bcf0a38113f8b38ceb9c2ad5894 /scss | |
| parent | news: fix news other than google news (diff) | |
| download | caelestia-shell-71025c6ed062cacae69b09597aae6a4de393116a.tar.gz caelestia-shell-71025c6ed062cacae69b09597aae6a4de393116a.tar.bz2 caelestia-shell-71025c6ed062cacae69b09597aae6a4de393116a.zip | |
sidebar: news use monitor height
Use monitor height instead of absolute
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/sidebar.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scss/sidebar.scss b/scss/sidebar.scss index eb7a3ed..3f07678 100644 --- a/scss/sidebar.scss +++ b/scss/sidebar.scss @@ -751,10 +751,6 @@ .news { min-height: lib.s(200); - .expanded { - min-height: lib.s(500); - } - .empty { margin-top: lib.s(40); } @@ -795,10 +791,6 @@ .headlines { min-height: lib.s(200); - .expanded { - min-height: lib.s(500); - } - .empty { margin-top: lib.s(40); } |