mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
4 lines
234 B
TypeScript
4 lines
234 B
TypeScript
export const bufferingIndicator = {
|
|
root: 'absolute inset-0 m-auto hidden size-fit items-center justify-center pointer-events-none rounded-full p-1 text-white not-data-visible:[--media-spinner-animation:none] data-visible:flex',
|
|
};
|