File tree 1 file changed +15
-4
lines changed
client/themes/default/components
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 58
58
style ='margin-top: auto; margin-bottom: auto;'
59
59
:class ='$vuetify.rtl ? `pr-4` : `pl-4`'
60
60
)
61
- .headline.grey--text ( :class ='$vuetify.theme.dark ? `text--lighten-2` : `text--darken-3`' ) {{title}}
62
- .caption.grey--text.text--darken-1 {{description}}
63
- .page-edit-shortcuts ( v-if ='editShortcutsObj.editMenuBar' )
61
+ .page-header-headings
62
+ .headline.grey--text ( :class ='$vuetify.theme.dark ? `text--lighten-2` : `text--darken-3`' ) {{title}}
63
+ .caption.grey--text.text--darken-1 {{description}}
64
+ .page-edit-shortcuts (
65
+ v-if ='editShortcutsObj.editMenuBar'
66
+ :class ='tocPosition === `right` ? `is-right` : ``'
67
+ )
64
68
v-btn(
65
69
v-if ='editShortcutsObj.editMenuBtn'
66
70
@click ='pageEdit'
@@ -742,9 +746,16 @@ export default {
742
746
position : relative ;
743
747
}
744
748
749
+ .page-header-headings {
750
+ min-height : 52px ;
751
+ display : flex ;
752
+ justify-content : center ;
753
+ flex-direction : column ;
754
+ }
755
+
745
756
.page-edit-shortcuts {
746
757
position : absolute ;
747
- bottom : -43 px ;
758
+ bottom : -33 px ;
748
759
right : 10px ;
749
760
750
761
.v-btn {
You can’t perform that action at this time.
0 commit comments