mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix comment
This commit is contained in:
@@ -172,7 +172,7 @@ td.flaggers td {
|
|||||||
.controls {
|
.controls {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
// Hide the search text-input for very small screens
|
// Hide the search checkbox for very small screens
|
||||||
// Todo: find somewhere to display it - probably requires switching its order in the html
|
// Todo: find somewhere to display it - probably requires switching its order in the html
|
||||||
@media (max-width: 450px) {
|
@media (max-width: 450px) {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -1598,7 +1598,7 @@ table#user-badges {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Mobile specific styles
|
// Mobile specific styles
|
||||||
// Mobile view text-inputs need some paddin
|
// Mobile view text-inputs need some padding
|
||||||
.mobile-view .admin-contents {
|
.mobile-view .admin-contents {
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user