diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-17 23:48:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-17 23:48:12 +0900 |
| commit | 163325ef890f23b627181928a0513abf64a85626 (patch) | |
| tree | 815428be5a44aed402efb655f25fede324d5f11c /src/client | |
| parent | 12.48.0 (diff) | |
| download | misskey-163325ef890f23b627181928a0513abf64a85626.tar.gz misskey-163325ef890f23b627181928a0513abf64a85626.tar.bz2 misskey-163325ef890f23b627181928a0513abf64a85626.zip | |
Clean up
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/ui/zen.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/ui/zen.vue b/src/client/ui/zen.vue index 66dfa72797..0435f0f582 100644 --- a/src/client/ui/zen.vue +++ b/src/client/ui/zen.vue @@ -117,7 +117,6 @@ export default defineComponent({ .mk-app { $header-height: 52px; $ui-font-size: 1em; // TODO: どこかに集約したい - $widgets-hide-threshold: 1090px; // ほんとは単に 100vh と書きたいところだが... https://css-tricks.com/the-trick-to-viewport-units-on-mobile/ min-height: calc(var(--vh, 1vh) * 100); |