refactor: descrease ID filter width
This commit is contained in:
parent
067475ee05
commit
7fa9aa6be2
2 changed files with 6 additions and 1 deletions
|
|
@ -17,7 +17,9 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
|
|||
|
||||
setup_defaults() {
|
||||
super.setup_defaults();
|
||||
this.page_title = __("Report:") + " " + this.page_title;
|
||||
if (!frappe.is_mobile()) {
|
||||
this.page_title = __("Report:") + " " + this.page_title;
|
||||
}
|
||||
this.view = "Report";
|
||||
|
||||
this.link_title_doctype_fields = [];
|
||||
|
|
|
|||
|
|
@ -320,6 +320,9 @@ body {
|
|||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.mobile-id-filter .form-group {
|
||||
width: 150px;
|
||||
}
|
||||
body[data-route^="Form"] {
|
||||
.navbar-breadcrumbs {
|
||||
max-width: 165px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue