diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-07-05 12:13:08 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-07-05 12:13:08 +0900 |
| commit | cc4cdd1ec0bcfc4869a14e2ca7e6762d78843208 (patch) | |
| tree | 1ba98e923a34b86695f317ba62643616f7d62f16 /packages/frontend/src | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | misskey-cc4cdd1ec0bcfc4869a14e2ca7e6762d78843208.tar.gz misskey-cc4cdd1ec0bcfc4869a14e2ca7e6762d78843208.tar.bz2 misskey-cc4cdd1ec0bcfc4869a14e2ca7e6762d78843208.zip | |
clean up
Diffstat (limited to 'packages/frontend/src')
| -rw-r--r-- | packages/frontend/src/ui/universal.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue index c6aa37aff9..f8793d7c75 100644 --- a/packages/frontend/src/ui/universal.vue +++ b/packages/frontend/src/ui/universal.vue @@ -126,7 +126,6 @@ const onContextmenu = (ev) => { </script> <style lang="scss" module> -$ui-font-size: 1em; // TODO: どこかに集約したい $widgets-hide-threshold: 1090px; .root { |