mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-17 00:43:02 +01:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
|
|
export const windowWidth = () =>
|
|
window.innerWidth ||
|
|
document.documentElement.clientWidth ||
|
|
document.body.clientWidth
|