diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-15 12:32:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-15 12:32:52 -0500 |
commit | 930988544bc8c395e03322141442ba168f9f20ec (patch) | |
tree | a12ee8b18dbe0f2b65f54be2438837f4690463b2 /src | |
parent | 9acbe4315521766a40083e26db86e5aa20732941 (diff) | |
download | libretube-theme-930988544bc8c395e03322141442ba168f9f20ec.tar.lz libretube-theme-930988544bc8c395e03322141442ba168f9f20ec.tar.xz libretube-theme-930988544bc8c395e03322141442ba168f9f20ec.zip |
fix rezice scope-icon
Diffstat (limited to 'src')
-rw-r--r-- | src/scss/custom/_main.scss | 4 | ||||
-rw-r--r-- | src/scss/custom/styles.scss | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/scss/custom/_main.scss b/src/scss/custom/_main.scss index 0d3cd8d..e769faf 100644 --- a/src/scss/custom/_main.scss +++ b/src/scss/custom/_main.scss @@ -39,8 +39,8 @@ a.link-author { } .style-scope svg { - width: 1rem; - height: 1rem; + width: 0.8rem; + height: 0.8rem; fill: #555; } // /Author diff --git a/src/scss/custom/styles.scss b/src/scss/custom/styles.scss index df38557..3d63fda 100644 --- a/src/scss/custom/styles.scss +++ b/src/scss/custom/styles.scss @@ -1,7 +1,7 @@ @charset "utf-8"; /*! * Author: jesus e. - * Version: 1.2.9 + * Version: 1.2.10 */ // _variables.scss |