mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
enhance(client): improve usability
This commit is contained in:
parent
e098dc88b4
commit
e71f3c0fbc
1 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,11 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
|
if (window.innerWidth < 1024) {
|
||||||
|
localStorage.setItem('ui', 'default');
|
||||||
|
location.reload();
|
||||||
|
}
|
||||||
|
|
||||||
document.documentElement.style.overflowY = 'scroll';
|
document.documentElement.style.overflowY = 'scroll';
|
||||||
|
|
||||||
if (this.$store.state.widgets.length === 0) {
|
if (this.$store.state.widgets.length === 0) {
|
||||||
|
|
Loading…
Reference in a new issue