Clean up
This commit is contained in:
parent
23979bf09a
commit
163325ef89
|
@ -117,7 +117,6 @@ export default defineComponent({
|
||||||
.mk-app {
|
.mk-app {
|
||||||
$header-height: 52px;
|
$header-height: 52px;
|
||||||
$ui-font-size: 1em; // TODO: どこかに集約したい
|
$ui-font-size: 1em; // TODO: どこかに集約したい
|
||||||
$widgets-hide-threshold: 1090px;
|
|
||||||
|
|
||||||
// ほんとは単に 100vh と書きたいところだが... https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
|
// ほんとは単に 100vh と書きたいところだが... https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
|
||||||
min-height: calc(var(--vh, 1vh) * 100);
|
min-height: calc(var(--vh, 1vh) * 100);
|
||||||
|
|
Loading…
Reference in New Issue