change socaial size and fix menu error

This commit is contained in:
rulingcom 2021-10-13 09:31:58 +00:00
parent 62165de9a2
commit 36cec85def
2 changed files with 15 additions and 1 deletions

View File

@ -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%;

View File

@ -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;