Skip to content

Commit

Permalink
fix(settings): Align contents of profile picture heading
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Oct 4, 2024
1 parent 67e0928 commit 8aa7afc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ section {
}
.avatar {
&__container {
margin: 0 auto;
margin: calc(var(--default-grid-baseline) * 2) auto 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<template>
<div class="headerbar-label" :class="{ 'setting-property': isSettingProperty, 'profile-property': isProfileProperty }">
<h3 v-if="isHeading">
<h3 v-if="isHeading" class="headerbar__heading">
<!-- Already translated as required by prop validator -->
{{ readable }}
</h3>
Expand Down Expand Up @@ -138,6 +138,10 @@ export default {
}
}
.headerbar__heading {
margin: 0;
}
.federation-control {
margin: 0;
}
Expand Down

0 comments on commit 8aa7afc

Please sign in to comment.