Skip to content

Commit

Permalink
Fix stylelint
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Aug 23, 2022
1 parent 33462ff commit 075a553
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/AlbumPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default {
text-overflow: ellipsis;
}
&__second-line{
&__second-line{
color: var(--color-text-lighter);
}
}
Expand Down
4 changes: 0 additions & 4 deletions src/views/AlbumContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,6 @@ export default {
margin-left: 32px;
}
&__loader {
margin-left: 32px;
}
&__actions {
display: flex;
align-items: center;
Expand Down
4 changes: 0 additions & 4 deletions src/views/Timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,6 @@ export default {
top: calc(var(--header-height) + 60px);
}
::v-deep .files-list-viewer__section-header {
top: calc(var(--header-height) + 60px);
}
.section-header {
padding: 24px 0 16px 0;
}
Expand Down

0 comments on commit 075a553

Please sign in to comment.