From 4d9d3674cdbca8fe7022ab027104531ab8d17765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Mon, 19 Feb 2024 16:36:55 +0100 Subject: [PATCH] Removed bounce animation on column settings --- TangerineUI-cherry.css | 6 ------ TangerineUI-purple.css | 6 ------ TangerineUI.css | 6 ------ 3 files changed, 18 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 8a4942d..83110e5 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3064,11 +3064,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-header__button:active { transform: scale(.8); } -@media screen and (max-width:885px) { - .app-body:not(.layout-multiple-columns) .column-header__button.active { - animation: bounce-sml .3s 1; - } -} .app-body .column-header__icon { transform: scale(1.1); margin-right: 4px; @@ -3100,7 +3095,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding: 0 12px; height: 35px !important; align-self: center; - transform-origin: center right; } } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index fd328f7..7c1d36b 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3064,11 +3064,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-header__button:active { transform: scale(.8); } -@media screen and (max-width:885px) { - .app-body:not(.layout-multiple-columns) .column-header__button.active { - animation: bounce-sml .3s 1; - } -} .app-body .column-header__icon { transform: scale(1.1); margin-right: 4px; @@ -3100,7 +3095,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding: 0 12px; height: 35px !important; align-self: center; - transform-origin: center right; } } diff --git a/TangerineUI.css b/TangerineUI.css index 573b2e9..eddeed2 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3064,11 +3064,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-header__button:active { transform: scale(.8); } -@media screen and (max-width:885px) { - .app-body:not(.layout-multiple-columns) .column-header__button.active { - animation: bounce-sml .3s 1; - } -} .app-body .column-header__icon { transform: scale(1.1); margin-right: 4px; @@ -3100,7 +3095,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu padding: 0 12px; height: 35px !important; align-self: center; - transform-origin: center right; } }