mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 16:46:12 +08:00
UX: Include category name in hyperlink modal results on mobile
This commit is contained in:
parent
79ab1493c8
commit
d72ed8c5a8
|
@ -86,7 +86,3 @@
|
||||||
#main-outlet {
|
#main-outlet {
|
||||||
padding-top: 4.2857em;
|
padding-top: 4.2857em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-link .badge-category {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
|
@ -116,6 +116,10 @@
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.insert-hyperlink-modal .modal-inner-container {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal .modal-body.reorder-categories {
|
.modal .modal-body.reorder-categories {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user