fix text-hide css

This commit is contained in:
harukin 2019-01-03 08:14:35 +09:00
parent 59bbdf41a3
commit 1188b9d443

View File

@ -2178,7 +2178,7 @@ a[title*="pawoo.net"]::after {
} }
nav > .navbar-text > div{ nav > .navbar-text > div{
font-size: 0px; font-size: unset;
} }
} }
@media screen and (min-width: $converse_widtd) { @media screen and (min-width: $converse_widtd) {
@ -2202,4 +2202,8 @@ a[title*="pawoo.net"]::after {
.dropdown-menu.show{ .dropdown-menu.show{
position: absolute; position: absolute;
left: -215px; left: -215px;
}
nav > .navbar-text > div{
font-size: 0px;
} }