diff options
Diffstat (limited to 'packages/frontend/src/ui/universal.vue')
| -rw-r--r-- | packages/frontend/src/ui/universal.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue index 2cb8a9d6a6..4340124a96 100644 --- a/packages/frontend/src/ui/universal.vue +++ b/packages/frontend/src/ui/universal.vue @@ -215,7 +215,9 @@ const wallpaper = localStorage.getItem('wallpaper') != null; .menuDrawer-back-leave-active { opacity: 0; } +</style> +<style lang="scss"> .dkgtipfy { $ui-font-size: 1em; // TODO: どこかに集約したい $widgets-hide-threshold: 1090px; |