mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Include category name in hyperlink modal results on mobile
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user