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>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
marcelklehr authored and nextcloud-command committed Aug 23, 2022
1 parent 33462ff commit 60a5b1d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 18 deletions.
4 changes: 2 additions & 2 deletions js/photos-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/photos-src_views_AlbumContent_vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-src_views_AlbumContent_vue.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/photos-src_views_Timeline_vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-src_views_Timeline_vue.js.map

Large diffs are not rendered by default.

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 60a5b1d

Please sign in to comment.