fix userlink and something

This commit is contained in:
harukin 2019-01-15 17:37:17 +09:00
parent b9c1b39d5d
commit 983712bf9b

View File

@ -2162,11 +2162,17 @@ nav .navbar-text > div{
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{
font-size: unset;
margin-left: 5px;
margin-left: 5px;
position: unset;
left: unset;
top: unset;
}
#nav-app-link-wrapper.has_location {
/*カスタマイズ*/