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/Mapco | |
| parent | 301d3c81baae71655b003625e7609cf7e97fab5d (diff) | |
fixed: box layout for global view (#4791)
Diffstat (limited to 'p/themes/Mapco')
| -rw-r--r-- | p/themes/Mapco/_global-view.scss | 5 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.css | 7 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 7 |
3 files changed, 0 insertions, 19 deletions
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; |
