aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment/attachment.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-08-15 21:04:28 +0300
committerHenry Jameson <me@hjkos.com>2021-08-15 21:04:28 +0300
commit830a03a0d13738ed1677d364fdf03821fbc507ab (patch)
tree71fb6212eb625392420dd53d52459a45bd672422 /src/components/attachment/attachment.scss
parent34d265467a77d4e680e3c56c254df7dfb904fc18 (diff)
inline description display
Diffstat (limited to 'src/components/attachment/attachment.scss')
-rw-r--r--src/components/attachment/attachment.scss13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/components/attachment/attachment.scss b/src/components/attachment/attachment.scss
index 33e058e7..065c38d2 100644
--- a/src/components/attachment/attachment.scss
+++ b/src/components/attachment/attachment.scss
@@ -42,19 +42,10 @@
position: absolute;
left: 0;
right: 0;
- top: 0;
+ bottom: 0;
+ padding-top: 0;
background: var(--popover);
box-shadow: var(--popupShadow);
- opacity: 0;
- transition: 0.35s all;
- transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
- }
- }
-
- &:hover {
- .description-container.-static {
- opacity: 1;
- transform: translateY(-3em);
}
}