Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-04-21 05:28:50 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-04-21 05:28:50 +0300
commit52d74750f39bb327708b7069eb905379970cbfd5 (patch)
tree49875869817ef26e41cb830ea01cbcc00b929eaf /assets
parent85043311a3c6a3d3987b0a531c2b8a102c70f1d0 (diff)
Add Google Custom Search.
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/journal.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index 7992ae3..1027aae 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -1062,4 +1062,19 @@ a {
mjx-container
{
overflow-y: hidden !important;
+}
+
+.gsc-control-cse {
+ display: flex !important;
+ width: 19vw !important;
+ margin-left: 1.5em;
+ padding-right: 0.2em;
+ @media screen and (max-width: $single-column-max-width) {
+ width: 60vw !important;
+ margin-left: 0.5em;
+ padding-left: 0;
+ .gsst_a {
+ display: none;
+ }
+ }
} \ No newline at end of file