From 9b231966b6edcb5a8461a24b01c549918ca98562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Fri, 26 Jan 2024 19:03:09 +0100 Subject: [PATCH] Tiny fixes --- TangerineUI-cherry.css | 7 ++++--- TangerineUI-purple.css | 7 ++++--- TangerineUI.css | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 528216b..7f3a4c9 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2010,6 +2010,7 @@ body.app-body { display: block; height: 100%; z-index: -1; + transition: all .3s; } .app-body .status__relative-time::before { width: 20px; @@ -3716,6 +3717,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu opacity: .7; } .app-body .account__header__tabs__name .icon-lock { + height: 20px; + width: 16px; + top: unset; vertical-align: bottom; } .app-body .account__header__content a { @@ -4190,9 +4194,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body:not(.layout-multiple-columns) .explore__search-header { padding: 10px 0; } - .app-body:not(.layout-multiple-columns) .search__icon .icon { - top: 6px; - } } @media screen and (max-width:889px) { .app-body:not(.layout-multiple-columns) .explore__search-header { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 5460962..2ccc288 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2010,6 +2010,7 @@ body.app-body { display: block; height: 100%; z-index: -1; + transition: all .3s; } .app-body .status__relative-time::before { width: 20px; @@ -3716,6 +3717,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu opacity: .7; } .app-body .account__header__tabs__name .icon-lock { + height: 20px; + width: 16px; + top: unset; vertical-align: bottom; } .app-body .account__header__content a { @@ -4190,9 +4194,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body:not(.layout-multiple-columns) .explore__search-header { padding: 10px 0; } - .app-body:not(.layout-multiple-columns) .search__icon .icon { - top: 6px; - } } @media screen and (max-width:889px) { .app-body:not(.layout-multiple-columns) .explore__search-header { diff --git a/TangerineUI.css b/TangerineUI.css index a49c0e5..be6f7d1 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2010,6 +2010,7 @@ body.app-body { display: block; height: 100%; z-index: -1; + transition: all .3s; } .app-body .status__relative-time::before { width: 20px; @@ -3716,6 +3717,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu opacity: .7; } .app-body .account__header__tabs__name .icon-lock { + height: 20px; + width: 16px; + top: unset; vertical-align: bottom; } .app-body .account__header__content a { @@ -4190,9 +4194,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body:not(.layout-multiple-columns) .explore__search-header { padding: 10px 0; } - .app-body:not(.layout-multiple-columns) .search__icon .icon { - top: 6px; - } } @media screen and (max-width:889px) { .app-body:not(.layout-multiple-columns) .explore__search-header {