fix userlink and something
This commit is contained in:
parent
b9c1b39d5d
commit
983712bf9b
@ -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 {
|
||||
/*カスタマイズ*/
|
||||
|
Reference in New Issue
Block a user