File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
apps/settings/src/components/PersonalInfo Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ section {
259259}
260260.avatar {
261261 & __container {
262- margin : 0 auto ;
262+ margin : calc ( var ( --default-grid-baseline ) * 2 ) auto 0 auto ;
263263 display : flex ;
264264 flex-direction : column ;
265265 justify-content : center ;
Original file line number Diff line number Diff line change 55
66<template >
77 <div class =" headerbar-label" :class =" { 'setting-property': isSettingProperty, 'profile-property': isProfileProperty }" >
8- <h3 v-if =" isHeading" >
8+ <h3 v-if =" isHeading" class = " headerbar__heading " >
99 <!-- Already translated as required by prop validator -->
1010 {{ readable }}
1111 </h3 >
@@ -138,6 +138,10 @@ export default {
138138 }
139139 }
140140
141+ .headerbar__heading {
142+ margin : 0 ;
143+ }
144+
141145 .federation-control {
142146 margin : 0 ;
143147 }
You can’t perform that action at this time.
0 commit comments