summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded/init.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 14:57:03 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 14:57:03 +0300
commit36ad46e60db2e44f508b942379abd189bbb3dfa6 (patch)
tree3bdc0dfedd3cb289a10511b2c95979066aaf8c90 /plugins/shorten_expanded/init.css
parent96031c80bf380e3816ab81a74524d47983631ce4 (diff)
* shorten_expanded: use promises instead of a timeout hack
* normalize some icon colors
Diffstat (limited to 'plugins/shorten_expanded/init.css')
-rw-r--r--plugins/shorten_expanded/init.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/shorten_expanded/init.css b/plugins/shorten_expanded/init.css
index 0966aa1f9..e0a209903 100644
--- a/plugins/shorten_expanded/init.css
+++ b/plugins/shorten_expanded/init.css
@@ -1,7 +1,8 @@
.content-shrink-wrap {
overflow : hidden;
text-overflow: ellipsis;
- height : 800px;
+ height : 80vh;
+ margin-bottom : 8px;
}
.expand-prompt {