mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Add select to change board of post
This commit is contained in:
@@ -18,6 +18,26 @@
|
||||
.flex-grow-1,
|
||||
.p-3;
|
||||
|
||||
.postInfo {
|
||||
@extend .d-flex;
|
||||
|
||||
span {
|
||||
@extend .mr-2;
|
||||
}
|
||||
}
|
||||
|
||||
.postSettings {
|
||||
@extend
|
||||
.d-flex,
|
||||
.justify-content-between;
|
||||
|
||||
.selectPicker {
|
||||
@extend
|
||||
.custom-select,
|
||||
.mx-2;
|
||||
}
|
||||
}
|
||||
|
||||
.postDescription {
|
||||
@extend
|
||||
.my-3;
|
||||
|
||||
Reference in New Issue
Block a user