diff options
| author | 2022-10-30 11:06:17 +0100 | |
|---|---|---|
| committer | 2022-10-30 11:06:17 +0100 | |
| commit | f47e13ac41578450f65fd30fbccdca1a711370fb (patch) | |
| tree | 36ed2ff93fd1ba71eff4dff218a8e8950a32073c /p | |
| parent | 301d3c81baae71655b003625e7609cf7e97fab5d (diff) | |
fixed: box layout for global view (#4791)
Diffstat (limited to 'p')
27 files changed, 2 insertions, 143 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css index 77f59e140..148ffb37e 100644 --- a/p/themes/Alternative-Dark/adark.css +++ b/p/themes/Alternative-Dark/adark.css @@ -1017,11 +1017,6 @@ kbd { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== Slider */ #slider { background: var(--background-color-dark); diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index 011ac1b78..547c5ceb0 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/p/themes/Alternative-Dark/adark.rtl.css @@ -1017,11 +1017,6 @@ kbd { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== Slider */ #slider { background: var(--background-color-dark); diff --git a/p/themes/Ansum/_global-view.scss b/p/themes/Ansum/_global-view.scss index dbf82f75f..e192e2cd8 100644 --- a/p/themes/Ansum/_global-view.scss +++ b/p/themes/Ansum/_global-view.scss @@ -40,12 +40,7 @@ } .box-content { - padding-bottom: 0.5rem; - .item.feed { - padding: 0.5rem 1.5rem; - font-size: 1rem; - a { color: variables.$main-font-color; font-weight: 400; diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 6d6deae0c..21d718949 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -462,7 +462,7 @@ form th { box-shadow: inset -1px -11px 8px rgba(0, 0, 0, 0.2); } .tree .tree-folder .tree-folder-title { - padding: 1rem 1rem; + padding: 1rem; background: #fbf9f6; position: relative; font-size: 0.85rem; @@ -1071,13 +1071,6 @@ main.prompt { #stream .box.category .box-title a.title:hover { color: #ca7227; } -#stream .box.category .box-content { - padding-bottom: 0.5rem; -} -#stream .box.category .box-content .item.feed { - padding: 0.5rem 1.5rem; - font-size: 1rem; -} #stream .box.category .box-content .item.feed a { color: #363330; font-weight: 400; diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 9bf9d2e9a..a4d0e32b5 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -462,7 +462,7 @@ form th { box-shadow: inset 1px -11px 8px rgba(0, 0, 0, 0.2); } .tree .tree-folder .tree-folder-title { - padding: 1rem 1rem; + padding: 1rem; background: #fbf9f6; position: relative; font-size: 0.85rem; @@ -1071,13 +1071,6 @@ main.prompt { #stream .box.category .box-title a.title:hover { color: #ca7227; } -#stream .box.category .box-content { - padding-bottom: 0.5rem; -} -#stream .box.category .box-content .item.feed { - padding: 0.5rem 1.5rem; - font-size: 1rem; -} #stream .box.category .box-content .item.feed a { color: #363330; font-weight: 400; diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index 832f49693..caf81bb51 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -1057,11 +1057,6 @@ a.btn { font-weight: bold; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - .box.category .item.feed:not(.empty):not(.error) .item-title { color: #222; } diff --git a/p/themes/BlueLagoon/BlueLagoon.rtl.css b/p/themes/BlueLagoon/BlueLagoon.rtl.css index 432b695d2..f4c4e0d84 100644 --- a/p/themes/BlueLagoon/BlueLagoon.rtl.css +++ b/p/themes/BlueLagoon/BlueLagoon.rtl.css @@ -1057,11 +1057,6 @@ a.btn { font-weight: bold; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - .box.category .item.feed:not(.empty):not(.error) .item-title { color: #222; } diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 6ffd6676f..598469b4b 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -934,11 +934,6 @@ a.btn { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== Panel */ #panel { background: #1c1c1c; diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index 551a2e05e..2db31b214 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/p/themes/Dark/dark.rtl.css @@ -934,11 +934,6 @@ a.btn { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== Panel */ #panel { background: #1c1c1c; diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 86fd80351..2f0362b9d 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -951,11 +951,6 @@ a.btn { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== DIVERS */ /*===========*/ .aside.aside_feed .nav-form input, diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index 81d15a610..63d0103c4 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -951,11 +951,6 @@ a.btn { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== DIVERS */ /*===========*/ .aside.aside_feed .nav-form input, diff --git a/p/themes/Mapco/_global-view.scss b/p/themes/Mapco/_global-view.scss index dbf82f75f..e192e2cd8 100644 --- a/p/themes/Mapco/_global-view.scss +++ b/p/themes/Mapco/_global-view.scss @@ -40,12 +40,7 @@ } .box-content { - padding-bottom: 0.5rem; - .item.feed { - padding: 0.5rem 1.5rem; - font-size: 1rem; - a { color: variables.$main-font-color; font-weight: 400; diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 7b5f81057..028c12e12 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -1089,13 +1089,6 @@ main.prompt { #stream .box.category .box-title a.title:hover { color: #36c; } -#stream .box.category .box-content { - padding-bottom: 0.5rem; -} -#stream .box.category .box-content .item.feed { - padding: 0.5rem 1.5rem; - font-size: 1rem; -} #stream .box.category .box-content .item.feed a { color: #303136; font-weight: 400; diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 5b1a980c3..21cc44222 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -1089,13 +1089,6 @@ main.prompt { #stream .box.category .box-title a.title:hover { color: #36c; } -#stream .box.category .box-content { - padding-bottom: 0.5rem; -} -#stream .box.category .box-content .item.feed { - padding: 0.5rem 1.5rem; - font-size: 1rem; -} #stream .box.category .box-content .item.feed a { color: #303136; font-weight: 400; diff --git a/p/themes/Nord/nord.css b/p/themes/Nord/nord.css index eb207c2b5..9de1f0189 100644 --- a/p/themes/Nord/nord.css +++ b/p/themes/Nord/nord.css @@ -1080,11 +1080,6 @@ input.extend { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - #panel { background-color: var(--bg); } diff --git a/p/themes/Nord/nord.rtl.css b/p/themes/Nord/nord.rtl.css index fc0e4fbc0..52bdd752d 100644 --- a/p/themes/Nord/nord.rtl.css +++ b/p/themes/Nord/nord.rtl.css @@ -1080,11 +1080,6 @@ input.extend { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - #panel { background-color: var(--bg); } diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 1359e485a..86fecd269 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -1057,11 +1057,6 @@ a:hover .icon { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== DIVERS */ /*===========*/ .aside.aside_feed .nav-form input, diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index 64efd89ae..88c235b79 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -1057,11 +1057,6 @@ a:hover .icon { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== DIVERS */ /*===========*/ .aside.aside_feed .nav-form input, diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index b01fb8c18..4542120c5 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -934,11 +934,6 @@ a.signin { line-height: 1.6rem; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== DIVERS */ /*===========*/ .aside.aside_feed .nav-form input, diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index ab9f29cf5..820c1f46e 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -934,11 +934,6 @@ a.signin { line-height: 1.6rem; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== DIVERS */ /*===========*/ .aside.aside_feed .nav-form input, diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index af29e24d4..3829c787b 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -1037,11 +1037,6 @@ a.btn { font-weight: bold; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - .box.category .item.feed:not(.empty):not(.error) .item-title { color: #222; } diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index 0c76ba1be..7d745560d 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.css @@ -1037,11 +1037,6 @@ a.btn { font-weight: bold; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - .box.category .item.feed:not(.empty):not(.error) .item-title { color: #222; } diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index ca72e596c..057e97cd5 100644 --- a/p/themes/Swage/swage.css +++ b/p/themes/Swage/swage.css @@ -537,10 +537,6 @@ form th { font-weight: bold; text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} .box.visible-semi { border-style: solid; } diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css index b9b66bc13..49c4b0924 100644 --- a/p/themes/Swage/swage.rtl.css +++ b/p/themes/Swage/swage.rtl.css @@ -537,10 +537,6 @@ form th { font-weight: bold; text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} .box.visible-semi { border-style: solid; } diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss index d497865d1..d0a0d6ef7 100644 --- a/p/themes/Swage/swage.scss +++ b/p/themes/Swage/swage.scss @@ -695,11 +695,6 @@ form { font-weight: bold; text-shadow: none; } - - .item.feed { - padding: 2px 10px; - font-size: 0.8rem; - } } &.visible-semi { diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index fb864d245..5c07e9034 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -752,11 +752,6 @@ a.btn { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== DIVERS */ /*===========*/ .aside.aside_feed .nav-form input, diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css index 7fdc31a83..390d12e58 100644 --- a/p/themes/base-theme/base.rtl.css +++ b/p/themes/base-theme/base.rtl.css @@ -752,11 +752,6 @@ a.btn { text-shadow: none; } -.box.category .item.feed { - padding: 2px 10px; - font-size: 0.8rem; -} - /*=== DIVERS */ /*===========*/ .aside.aside_feed .nav-form input, |
