diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-21 16:38:28 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-21 16:38:28 +0300 |
commit | 68f9fbb3f7862dd9f854a11bc74525985ddbb9c9 (patch) | |
tree | de474998634ef4fd0ed26859ba88653bbd162a90 /src/pages/widgets | |
parent | Hiding popup buttons when not available (diff) | |
download | libredirect-68f9fbb3f7862dd9f854a11bc74525985ddbb9c9.zip |
Fixed buttons in the general tab
Diffstat (limited to 'src/pages/widgets')
-rw-r--r-- | src/pages/widgets/icons.pug | 5 | ||||
-rw-r--r-- | src/pages/widgets/links.pug | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/pages/widgets/icons.pug b/src/pages/widgets/icons.pug index 4ef8d6b2..60186693 100644 --- a/src/pages/widgets/icons.pug +++ b/src/pages/widgets/icons.pug @@ -39,6 +39,5 @@ mixin general mixin unify - svg(xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor") - rect(fill="none" height="24" width="24") - path(d="M18,2H9C7.9,2,7,2.9,7,4v12c0,1.1,0.9,2,2,2h9c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2z M18,16H9V4h9V16z M3,15v-2h2v2H3z M3,9.5h2v2H3V9.5z M10,20h2v2h-2V20z M3,18.5v-2h2v2H3z M5,22c-1.1,0-2-0.9-2-2h2V22z M8.5,22h-2v-2h2V22z M13.5,22L13.5,22l0-2h2 v0C15.5,21.1,14.6,22,13.5,22z M5,6L5,6l0,2H3v0C3,6.9,3.9,6,5,6z") \ No newline at end of file + svg(xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor") + path(d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z") \ No newline at end of file diff --git a/src/pages/widgets/links.pug b/src/pages/widgets/links.pug index 4d6fdd74..97601966 100644 --- a/src/pages/widgets/links.pug +++ b/src/pages/widgets/links.pug @@ -44,7 +44,7 @@ mixin links(service) .title img(src="../../../assets/images/peertube-icon.svg") - a(href="../peertube/peertube.html" data-localise="__MSG_peertube__" class=service == "peertube" ? "selected" : "") Peertube + a(href="../peertube/peertube.html" data-localise="__MSG_peertube__" class=service == "peertube" ? "selected" : "") PeerTube .title img(src="../../../assets/images/lbry-icon.png") |