Remove undefined styles (#14858)

This commit is contained in:
woxtu
2024-10-28 20:22:07 +09:00
committed by GitHub
parent b1073714ba
commit eecfac1dd9
4 changed files with 9 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<div v-if="chosen && !shouldHide" :class="$style.root">
<div v-if="chosen && !shouldHide">
<div
v-if="!showMenu"
:class="[$style.main, {
@@ -120,10 +120,6 @@ function reduceFrequency(): void {
</script>
<style lang="scss" module>
.root {
}
.main {
text-align: center;