From 270828aa6411b82af895bd672629a1664102f527 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 29 Oct 2022 12:23:05 +0200 Subject: fixes jumping lines (#4782) * fixes * fix template * fix frss.css * fix Nord theme --- p/themes/Mapco/mapco.css | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'p/themes/Mapco/mapco.css') diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index f91e08599..f9fd4c4fb 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.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: left; } - .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-left: 1rem; padding-right: 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; } -- cgit v1.2.3