File tree Expand file tree Collapse file tree
apps/user_status/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 <div class =" set-status-modal" >
2727 <!-- Status selector -->
2828 <div class =" set-status-modal__header" >
29- <h3 >{{ $t('user_status', 'Online status') }}</h3 >
29+ <h2 >{{ $t('user_status', 'Online status') }}</h2 >
3030 </div >
3131 <div class =" set-status-modal__online-status" >
3232 <OnlineStatusSelect v-for =" status in statuses"
3838
3939 <!-- Status message -->
4040 <div class =" set-status-modal__header" >
41- <h3 >{{ $t('user_status', 'Status message') }}</h3 >
41+ <h2 >{{ $t('user_status', 'Status message') }}</h2 >
4242 </div >
4343 <div class =" set-status-modal__custom-input" >
4444 <CustomMessageInput ref =" customMessageInput"
@@ -234,12 +234,11 @@ export default {
234234 & __header {
235235 text-align : center ;
236236 font-weight : bold ;
237+ margin : 15px 0 ;
237238 }
238239
239240 & __online-status {
240241 display : grid ;
241- // Space between the two sections
242- margin-bottom : 40px ;
243242 grid-template-columns : 1fr 1fr ;
244243 }
245244
You can’t perform that action at this time.
0 commit comments