dd
This commit is contained in:
parent
f2a9ad693f
commit
ebad7d3d5f
@ -82,7 +82,7 @@
|
|||||||
<div class="modal-foote d-flex">
|
<div class="modal-foote d-flex">
|
||||||
<router-link
|
<router-link
|
||||||
:to="{ name: 'BoardList', query: { type: selectedBoard } }"
|
: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
|
more
|
||||||
</router-link>
|
</router-link>
|
||||||
@ -223,11 +223,10 @@ fetchGeneralPosts();
|
|||||||
.table > :not(caption) > * > * {
|
.table > :not(caption) > * > * {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
.badge {
|
|
||||||
font-size: 0.75rem;
|
|
||||||
padding: 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
.ml-1 {
|
.ml-1 {
|
||||||
margin-left: 0.25rem;
|
margin-left: 0.25rem;
|
||||||
}
|
}
|
||||||
|
.mr-1{
|
||||||
|
margin-right: 0.25rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user