diff options
| author | Henry Jameson <me@hjkos.com> | 2018-03-12 02:31:33 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-03-12 02:31:33 +0300 |
| commit | 0c4dc26808c3bb7508bf9005f3c3430f1c7e2039 (patch) | |
| tree | 4bf42b369fd8a90246272c36f04b9f478ebc2db3 /src/components/notifications/notifications.scss | |
| parent | 5efd8a4aa6cd4deca287781be24083fc468c563a (diff) | |
after nine years of development, hopefully, it has been worth the weight
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 4fda255b..3c500b36 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -88,10 +88,26 @@ } .avatar { - padding-top: 0.3em; + margin-top: 0.3em; width: 32px; height: 32px; border-radius: 50%; + overflow: hidden; + line-height: 0; + + &.animated::before { + display: none; + } + + } + + &:hover .animated.avatar { + canvas { + display: none; + } + img { + visibility: visible; + } } &:last-child { |
