My math not mathing

pull/894/merge
Lim Chee Aun 2025-06-14 08:18:55 +08:00
rodzic f7dec138f3
commit 3237598252
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -61,7 +61,9 @@ body.exp-tab-bar-v2 {
--compose-button-width: 56px;
--tmp-inset-sides: max(var(--sai-left), var(--sai-right), 16px);
--tmp-inset-bottom: max(16px, var(--sai-bottom));
--tmp-inset-new: calc(var(--tmp-inset-sides) + var(--tmp-inset-bottom) / 2.4);
--tmp-inset-new: calc(
(var(--tmp-inset-sides) + var(--tmp-inset-bottom)) / 2.4
);
--inset-new: var(--tmp-inset-new);
}