summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-10 20:10:18 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-09-27 11:21:35 +0200
commita70732601c81b320ce0ee49333fb153325c63a25 (patch)
tree3dbb4e345a252d8992207d81b65bcd1eab40ad5e /css
parente303ca93b4a8f60cd517e77e43ed9a7056349ba3 (diff)
Add push warning on fixed contact
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/Properties/Properties.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss
index 318a7451..ba6dcac4 100644
--- a/css/Properties/Properties.scss
+++ b/css/Properties/Properties.scss
@@ -169,8 +169,8 @@ $property-value-max-width: 250px;
// External link (tel, mailto, http, ftp...)
&__ext {
position: absolute;
- // 8px padding
- right: 8px;
+ // 8px padding + actions
+ right: 44px + 8px;
opacity: 0;
&:hover,
&:focus,