mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
style: format styles with Tailwind Prettier plugin
This commit is contained in:
@@ -66,10 +66,10 @@ const next = pageNum < totalPages ? "" : "disabled";
|
||||
|
||||
<style>
|
||||
.pagination-wrapper {
|
||||
@apply flex justify-center mt-auto mb-8;
|
||||
@apply mt-auto mb-8 flex justify-center;
|
||||
}
|
||||
.disabled {
|
||||
@apply opacity-50 hover:text-skin-base group-hover:fill-skin-base pointer-events-none select-none;
|
||||
@apply pointer-events-none select-none opacity-50 hover:text-skin-base group-hover:fill-skin-base;
|
||||
}
|
||||
.disabled-svg {
|
||||
@apply group-hover:!fill-skin-base;
|
||||
|
||||
Reference in New Issue
Block a user