Skip to content

Commit

Permalink
Correctly align settings labels
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Jul 31, 2021
1 parent 3b3a3eb commit 6985b00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppNavigation/AppNavigationSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ li {
&.collection {
.material-design-icon {
margin-right: 10px;
margin-right: 16px;
}
.label-container {
Expand Down
4 changes: 4 additions & 0 deletions src/views/AppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@ export default {
<style lang="scss" scoped>
$color-error: #e9322d;
#app-settings::v-deep #app-settings-header .settings-button {
padding-left: 50px;
}
.collection::v-deep {
&.collection--edit {
.app-navigation-entry-link {
Expand Down

0 comments on commit 6985b00

Please sign in to comment.