diff options
| author | 2022-10-30 11:06:17 +0100 | |
|---|---|---|
| committer | 2022-10-30 11:06:17 +0100 | |
| commit | f47e13ac41578450f65fd30fbccdca1a711370fb (patch) | |
| tree | 36ed2ff93fd1ba71eff4dff218a8e8950a32073c /p/themes/Ansum/ansum.rtl.css | |
| parent | 301d3c81baae71655b003625e7609cf7e97fab5d (diff) | |
fixed: box layout for global view (#4791)
Diffstat (limited to 'p/themes/Ansum/ansum.rtl.css')
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 9 |
1 files changed, 1 insertions, 8 deletions
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; |
