mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
Show categories in columns in modal
This commit is contained in:
parent
9661aacdee
commit
1d450d6695
|
@ -66,7 +66,6 @@
|
||||||
.modal-move-discussion {
|
.modal-move-discussion {
|
||||||
& .modal-header {
|
& .modal-header {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
text-align: left;
|
|
||||||
|
|
||||||
& h3 {
|
& h3 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -75,8 +74,11 @@
|
||||||
& .modal-content {
|
& .modal-content {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
& .category-list {
|
||||||
|
background: @fl-body-secondary-color;
|
||||||
|
}
|
||||||
& .category-tile .title {
|
& .category-tile .title {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 5px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
& .category-tile .description {
|
& .category-tile .description {
|
||||||
|
@ -86,8 +88,15 @@
|
||||||
& .count {
|
& .count {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
& .category-tile > a {
|
& .category-tile {
|
||||||
padding: 20px;
|
float: left;
|
||||||
|
width: 50%;
|
||||||
|
height: 125px;
|
||||||
|
|
||||||
|
& > a {
|
||||||
|
padding: 20px;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user