diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 8daa783..9f570d4 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2104,17 +2104,26 @@ a[title*="pawoo.net"]::after { display: none; } -#notifications a::before{ +#notifications a::before { position: absolute; left: 38px; top: 30px; } -.generic-content-wrapper .section-content-wrapper .contact-entry-wrapper .contact-entry-photo-wrapper a::before{ +.generic-content-wrapper + .section-content-wrapper + .contact-entry-wrapper + .contact-entry-photo-wrapper + a::before { position: absolute; } -#notifications a::after, .generic-content-wrapper .section-content-wrapper .contact-entry-wrapper .contact-entry-photo-wrapper a::after{ +#notifications a::after, +.generic-content-wrapper + .section-content-wrapper + .contact-entry-wrapper + .contact-entry-photo-wrapper + a::after { display: none; } @@ -2156,24 +2165,20 @@ a[title*="pawoo.net"]::after { max-width: $converse_widthpx; } -nav { - pointer-events: none; -} - -nav .navbar-text > div{ +nav .navbar-text > div { font-size: 0px; } -nav .navbar-nav > .text-truncate{ +nav .navbar-nav > .text-truncate { font-size: 0px; position: absolute; left: 68px; top: 33px; } @media screen and (min-width: 450px) { - nav .navbar-nav > .text-truncate{ + nav .navbar-nav > .text-truncate { font-size: unset; - margin-left: 5px; + margin-left: 5px; position: unset; left: unset; top: unset; @@ -2205,8 +2210,8 @@ nav .navbar-nav > .text-truncate{ margin-right: calc(calc(50% - $converse_widts) / 2); } - nav .navbar-text > div{ - font-size: unset; + nav .navbar-text > div { + font-size: unset; } } @media screen and (min-width: $converse_widtd) { @@ -2227,7 +2232,7 @@ nav .navbar-nav > .text-truncate{ width: calc(100% - 16px); } -.dropdown-menu.show{ +.dropdown-menu.show { position: absolute; left: -215px; } diff --git a/view/theme/plusfuture/js/plusfuture.js b/view/theme/plusfuture/js/plusfuture.js index 2824357..70a9de4 100644 --- a/view/theme/plusfuture/js/plusfuture.js +++ b/view/theme/plusfuture/js/plusfuture.js @@ -101,14 +101,13 @@ $(document).ready(function() { checkNotify(); }, 10 * 1000); //トップに戻る - $("nav:not(.href)").click(function(e) { + $("nav").click(function(e) { $("body,html").animate( { scrollTop: 0 }, 150 ); - return false; }); });