Adjust topbar padding to be only on title
This commit is contained in:
@@ -225,12 +225,9 @@ export default {
|
||||
if (this.record.valueErrors.set) {
|
||||
this.toastWarning(this.$t('notification:record.validationWarnings'))
|
||||
} else {
|
||||
if (isNew) {
|
||||
this.inCreating = false
|
||||
this.inEditing = false
|
||||
} else {
|
||||
this.record = record
|
||||
}
|
||||
this.inCreating = false
|
||||
this.inEditing = false
|
||||
this.record = record
|
||||
|
||||
this.$router.push({ name: route, params: { ...this.$route.params, recordID: record.recordID } })
|
||||
}
|
||||
|
||||
@@ -288,7 +288,6 @@ $nav-user-icon-size: 50px;
|
||||
width: 100vw;
|
||||
min-height: $header-height;
|
||||
background-color: #F9FAFB !important;
|
||||
padding-left: calc(3.5rem + 6px);
|
||||
}
|
||||
|
||||
.avatar {
|
||||
@@ -325,6 +324,7 @@ $nav-user-icon-size: 50px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: $header-height;
|
||||
padding-left: calc(3.5rem + 6px);
|
||||
|
||||
.vue-portal-target {
|
||||
display: -webkit-box; /* For Safari and old versions of Chrome */
|
||||
|
||||
Reference in New Issue
Block a user