mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-23 19:20:46 +01:00
🎨
This commit is contained in:
parent
322f132da1
commit
e80d2a38cc
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ onUnmounted(() => {
|
|||
|
||||
document.documentElement.style.maxWidth = '500px';
|
||||
|
||||
// サーバー起動の場合はもとから付与されているためdevのみ
|
||||
if (_DEV_) document.documentElement.classList.add('embed');
|
||||
// サーバー起動の場合はもとから付与されているけど一応
|
||||
document.documentElement.classList.add('embed');
|
||||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
|
|
Loading…
Reference in a new issue