1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

feat: removes rounded corners in compact mode (#3332)

This commit is contained in:
Amir Raminfar
2024-10-16 18:50:50 -07:00
committed by GitHub
parent 46465356ab
commit 8b1adb51c8
3 changed files with 8 additions and 4 deletions

View File

@@ -97,6 +97,10 @@ useIntersectionObserver(
> li {
@apply py-0;
}
:deep(.tag) {
@apply rounded-none;
}
}
}
</style>