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;