1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 20:14:59 +01:00

chore: cleans up css styles (#3849)

This commit is contained in:
Amir Raminfar
2025-04-26 20:35:14 -07:00
committed by GitHub
parent 78ace3178b
commit 92665a76de
17 changed files with 18 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ watch(route, () => {
});
</script>
<style scoped>
@import "@/main.css" reference;
@reference "@/main.css";
.fade-enter-active,
.fade-leave-active {
@apply transition-opacity;

View File

@@ -38,7 +38,7 @@ defineExpose({
useEventListener(panel, "close", () => (open.value = false));
</script>
<style scoped>
@import "@/main.css" reference;
@reference "@/main.css";
.modal-right :where(.modal-box) {
@apply bg-base-100 fixed right-0 h-lvh max-h-screen translate-x-24 scale-100 rounded-none shadow-none;