diff --git a/src/App.vue b/src/App.vue index c777137..3c905b6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -183,7 +183,7 @@ onBeforeUnmount(() => { .i-icon { transform: translateY(2px); } - @media (min-width: 720px) { + @media (min-width: 721px) { display: none; } }