3
0

Adjust topbar padding to be only on title

This commit is contained in:
Jože Fortun
2023-09-21 15:04:12 +02:00
parent 733c56e7fc
commit bc825c16d7
2 changed files with 4 additions and 7 deletions

View File

@@ -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 } })
}

View File

@@ -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 */