This commit is contained in:
dyhj625 2025-04-01 11:13:20 +09:00
parent f2a9ad693f
commit ebad7d3d5f

View File

@ -82,7 +82,7 @@
<div class="modal-foote d-flex">
<router-link
:to="{ name: 'BoardList', query: { type: selectedBoard } }"
class="btn btn-primary ms-auto"
class="btn btn-primary mr-1 pe-1 ps-1 ms-auto my-auto h-50"
>
more
</router-link>
@ -223,11 +223,10 @@ fetchGeneralPosts();
.table > :not(caption) > * > * {
padding: 0 !important;
}
.badge {
font-size: 0.75rem;
padding: 0.25em 0.5em;
}
.ml-1 {
margin-left: 0.25rem;
}
.mr-1{
margin-right: 0.25rem;
}
</style>