2024-07-22 21:57:04 +08:00
|
|
|
:root {
|
2024-07-24 14:27:20 +08:00
|
|
|
--safe-area-inset-top: env(safe-area-inset-top);
|
|
|
|
--safe-area-inset-left: env(safe-area-inset-left);
|
|
|
|
--safe-area-inset-bottom: env(safe-area-inset-bottom);
|
|
|
|
--safe-area-inset-right: env(safe-area-inset-right);
|
2024-07-14 20:28:44 +08:00
|
|
|
background-color: var(--tutu-color-surface, transparent);
|
2024-09-27 18:10:23 +08:00
|
|
|
overscroll-behavior-block: none;
|
2024-07-14 20:28:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.custom-emoji {
|
2024-08-13 15:39:05 +08:00
|
|
|
width: 1em;
|
2024-08-05 15:33:00 +08:00
|
|
|
}
|