diff --git a/src/components/Photo.vue b/src/components/Photo.vue new file mode 100644 index 00000000..cf3758d9 --- /dev/null +++ b/src/components/Photo.vue @@ -0,0 +1,95 @@ + + + + + \ No newline at end of file diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index 35c8621f..4c17503c 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -19,21 +19,11 @@ class="photo-row" v-bind:style="{ height: rowHeight + 'px' }"> -
- -
-
- -
+
+ +
@@ -66,9 +56,9 @@ @@ -614,15 +564,6 @@ export default { cursor: pointer; } -.photo-row img { - background-clip: content-box; - background-color: var(--color-loading-light); - padding: 2px; - object-fit: cover; - border-radius: 3%; - cursor: pointer; -} - .photo-row .photo::before { content: ""; position: absolute; @@ -641,11 +582,6 @@ export default { opacity: 1; } -.photo-row .photo .icon-video-white { - position: absolute; - top: 8px; right: 8px; -} - .head-row { height: 40px; padding-top: 10px;