diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-02 14:33:13 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-02 14:33:13 -0500 |
| commit | 89b9aed1344724b6e00fc927570c1a3806aac0ce (patch) | |
| tree | e2fe1e85d6e6fe9d0fcfb74b2428216baf567709 /src/components/status/status.vue | |
| parent | d607e4195a114843029e902e09df323096e0dcd6 (diff) | |
Move avatar css into a correct place
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index cf9d1c47..5bd5a8e9 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -502,33 +502,6 @@ } } -.avatar.still-image { - width: 48px; - height: 48px; - box-shadow: var(--avatarStatusShadow); - border-radius: $fallback--avatarRadius; - border-radius: var(--avatarRadius, $fallback--avatarRadius); - overflow: hidden; - position: relative; - - &.better-shadow { - box-shadow: var(--avatarStatusShadowInset); - filter: var(--avatarStatusShadowFilter) - } - - img { - width: 100%; - height: 100%; - } - - &.animated::before { - display: none; - } - - &.retweeted { - } -} - .status:hover .animated.avatar { canvas { display: none; |
