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-header {
|
||||
padding: 20px;
|
||||
text-align: left;
|
||||
|
||||
& h3 {
|
||||
font-size: 16px;
|
||||
|
@ -75,8 +74,11 @@
|
|||
& .modal-content {
|
||||
overflow: hidden;
|
||||
}
|
||||
& .category-list {
|
||||
background: @fl-body-secondary-color;
|
||||
}
|
||||
& .category-tile .title {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 18px;
|
||||
}
|
||||
& .category-tile .description {
|
||||
|
@ -86,8 +88,15 @@
|
|||
& .count {
|
||||
display: none;
|
||||
}
|
||||
& .category-tile > a {
|
||||
& .category-tile {
|
||||
float: left;
|
||||
width: 50%;
|
||||
height: 125px;
|
||||
|
||||
& > a {
|
||||
padding: 20px;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user