Bläddra i källkod

fix: Move custom-actions under page-actions

Change in custom-actions was affecting custom-actions in timeline
the issue was introduced with https://github.com/frappe/frappe/pull/16470
version-14
Suraj Shetty 3 år sedan
förälder
incheckning
253d0cabb4
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. +5
    -5
      frappe/public/scss/desk/page.scss

+ 5
- 5
frappe/public/scss/desk/page.scss Visa fil

@@ -51,11 +51,6 @@
}
}

.custom-actions {
display: flex;
align-items: center;
}

.page-actions {
align-items: center;
.btn {
@@ -72,6 +67,11 @@
.custom-btn-group {
display: inline-flex;
}

.custom-actions {
display: flex;
align-items: center;
}
}

.layout-main-section-wrapper {


Laddar…
Avbryt
Spara