diff options
| author | 2022-10-29 12:23:05 +0200 | |
|---|---|---|
| committer | 2022-10-29 12:23:05 +0200 | |
| commit | 270828aa6411b82af895bd672629a1664102f527 (patch) | |
| tree | 4bfcdb425b725b64381f9260a0dea64d1ac45567 /p/themes/Mapco/mapco.rtl.css | |
| parent | a7719d9b904aea86af66298bd6857ea761536365 (diff) | |
fixes jumping lines (#4782)
* fixes
* fix template
* fix frss.css
* fix Nord theme
Diffstat (limited to 'p/themes/Mapco/mapco.rtl.css')
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 7e6217bef..16e9fc8d2 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -1005,7 +1005,6 @@ main.prompt { } .flux:hover:not(.current):hover .item.title { background: #f9fafb; - bottom: 3px; } .flux.current { background: #f9fafb; @@ -1040,9 +1039,6 @@ main.prompt { color: #303136; opacity: 0.75; } -.flux .website .favicon { - padding: 5px; -} .flux .item.date { color: rgba(48, 49, 54, 0.5); font-size: 0.85rem; @@ -1226,7 +1222,6 @@ main.prompt { .form-group .group-name { text-align: right; } - .aside { transition: all 0.2s ease-in-out; } @@ -1236,7 +1231,6 @@ main.prompt { .aside .tree .tree-folder .tree-folder-items .item a { padding: 0.5rem 1rem; } - .aside .toggle_aside, #panel .close, .dropdown-menu .toggle_aside, @@ -1255,7 +1249,6 @@ main.prompt { #slider .toggle_aside .icon { filter: grayscale(100%) brightness(2.5); } - .header { padding: 0.5rem; height: 8rem; @@ -1276,22 +1269,18 @@ main.prompt { .header .item.search input:focus { width: 100%; } - #global { height: calc(100% - 8rem); } - main.prompt { max-width: 100%; min-width: auto; width: 75%; } - .post { padding-right: 1rem; padding-left: 1rem; } - .nav_menu .btn { margin: 0; padding: 0.85rem 1.25rem; @@ -1317,11 +1306,9 @@ main.prompt { .nav_menu .search .input:focus { width: 400px; } - #stream .flux .flux_header { padding: 0.5rem 0; } - .dropdown-target:target ~ .dropdown-toggle::after { background-color: #f9fafb; border-top: 1px solid #eff0f2; @@ -1335,7 +1322,6 @@ main.prompt { .dropdown-target:target ~ a.dropdown-toggle:not(.btn)::after { bottom: -17px; } - .day { text-align: center; padding: 1rem 0; @@ -1347,11 +1333,9 @@ main.prompt { line-height: 1.5rem; margin-bottom: 1rem; } - #nav_entries { line-height: 4.5rem; } - .notification { border-radius: 0; } |
