File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 is-guest
1616 :user =" displayName || ' ?' " />
1717 </template >
18- <ul class =" public-page-user-menu__list" >
19- <!-- Privacy notice -->
20- <NcNoteCard class="public-page-user-menu__list-note"
21- :text =" privacyNotice "
22- type="info" />
2318
19+ <!-- Privacy notice -->
20+ <NcNoteCard class="public-page-user-menu__list-note"
21+ :text =" privacyNotice "
22+ type="info" />
23+
24+ <ul class =" public-page-user-menu__list" >
2425 <!-- Nickname dialog -->
2526 <AccountMenuEntry id="set-nickname"
2627 :name =" ! displayName ? t (' core' , ' Set public name' ) : t (' core' , ' Change public name' )"
@@ -104,7 +105,9 @@ export default defineComponent({
104105
105106<style scoped lang="scss">
106107.public-page-user-menu {
107- box-sizing : border-box ;
108+ & , * {
109+ box-sizing : border-box ;
110+ }
108111
109112 // Ensure we do not waste space, as the header menu sets a default width of 350px
110113 :deep (.header-menu__content ) {
@@ -123,7 +126,7 @@ export default defineComponent({
123126 display : inline-flex ;
124127 flex-direction : column ;
125128 padding-block : var (--default-grid-baseline ) 0 ;
126- padding-inline : 0 var ( --default-grid-baseline ) ;
129+ width : 100 % ;
127130
128131 > :deep (li ) {
129132 box-sizing : border-box ;
You can’t perform that action at this time.
0 commit comments