diff --git a/src/assets/icons/googleplus.svg b/src/assets/icons/googleplus.svg deleted file mode 100644 index 6ccef346..00000000 --- a/src/assets/icons/googleplus.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - diff --git a/src/assets/icons/green-heart.svg b/src/assets/icons/green-heart.svg deleted file mode 100644 index 396243c0..00000000 --- a/src/assets/icons/green-heart.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/assets/icons/pinterest.svg b/src/assets/icons/pinterest.svg deleted file mode 100644 index 574aafde..00000000 --- a/src/assets/icons/pinterest.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - diff --git a/src/assets/icons/switch-lang.svg b/src/assets/icons/switch-lang.svg deleted file mode 100644 index fd954da1..00000000 --- a/src/assets/icons/switch-lang.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index bd4d6f41..3efabc23 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -235,17 +235,27 @@ input:-ms-input-placeholder { } .mb-normal { - margin-bottom: 15px; + margin-bottom: 1.8rem; } -#post-page #waline .vbtn { - display: none; -} -#post-page #waline .primary { - display: block; -} -#post-page #waline .v { - padding: 15px 20px; +#post-page #waline { + width: 100%; + min-width: 30rem; + .vbtn { + display: none; + } + .primary { + display: block; + } + .v { + padding: 15px 20px; + } + .v[data-class='v'] blockquote { + border-left-width: 4px; + p { + color: $silver-grey; + } + } } /* ----------------------title font define---------------------- Start*/ diff --git a/src/components/linksList/LinkItem.vue b/src/components/linksList/LinkItem.vue index 4ca95ba1..328466ef 100644 --- a/src/components/linksList/LinkItem.vue +++ b/src/components/linksList/LinkItem.vue @@ -27,7 +27,7 @@ -