fix: move setting-bar style to global css (#102)

This commit is contained in:
RainbowBird
2025-03-29 23:06:49 +08:00
committed by GitHub
parent f9315f8d9a
commit 5a63db68bb
2 changed files with 5 additions and 7 deletions
@@ -27,10 +27,3 @@ const model = defineModel<boolean>()
</Transition>
</label>
</template>
<style>
.setting-bar {
--at-apply: transition-all ease-in-out duration-250 w-full flex items-center justify-between rounded-lg px-4 py-3
outline-none;
}
</style>
+5
View File
@@ -34,3 +34,8 @@ html.dark {
width: 100%;
height: 2px;
}
.setting-bar {
--at-apply: transition-all ease-in-out duration-250 w-full flex items-center justify-between rounded-lg px-4 py-3
outline-none;
}