diff --git a/source/css/_layout/navbar.styl b/source/css/_layout/navbar.styl index fd6171b..b2dcd11 100644 --- a/source/css/_layout/navbar.styl +++ b/source/css/_layout/navbar.styl @@ -265,6 +265,7 @@ ul.list-v padding: 0 $gap + $border-line + 2px 0 $gap height: 32px border-left: $border-line solid transparent + text-overflow: ellipsis &:hover,&.active,&:active color: $color-theme border-left: $border-line solid $color-theme @@ -398,3 +399,8 @@ ul.list-v // padding-right: 0 .menu display:none + +@media screen and (max-width: $device-mobile) + .list-v + li + max-width: 264px