From 36cec85def0655e6b5efdb270c7bd29e848d49b0 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 13 Oct 2021 09:31:58 +0000 Subject: [PATCH] change socaial size and fix menu error --- assets/stylesheets/template/layout/content.scss | 13 +++++++++++++ assets/stylesheets/template/layout/header.scss | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 4d087e1..20bbbba 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -1,6 +1,19 @@ @charset "utf-8"; @import "../initial"; +body{ +@media (min-width: 1150px){ +.black-screen-social-window.reactable{ +.content-social .social_wrap i, .content-social .social_wrap img { + width: 1.2em; + font-size: 2em; +} +.content-social .social_wrap>div{ + width: 3.2em; +} +} +} +} .downIcon{ position: absolute; left: 50%; diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index b0138b9..9608932 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -438,7 +438,8 @@ a#content{ .modules-menu .modules-menu-level-0 > li:hover .modules-menu-level-1{ @media (min-width: $screen-sm){ visibility: visible; - max-height: none; + max-height: 65%; + overflow-y: scroll; opacity: 1; padding:1em 20% 3em; transition-duration: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;