Improve settings page's UI/UX on mobile

This commit is contained in:
Louis Lam
2022-03-04 23:20:42 +08:00
parent e3a0eaf6af
commit 88c3d952d3
3 changed files with 37 additions and 14 deletions

View File

@@ -157,7 +157,7 @@ export default {
overflow: hidden;
text-decoration: none;
&.router-link-exact-active {
&.router-link-exact-active, &.active {
color: $primary;
font-weight: bold;
}