Skip to content

Commit

Permalink
Make bookmark menu visible in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
RadhiFadlillah committed Aug 13, 2019
1 parent ba4c081 commit 86eb8d9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion internal/view/css/bookmark-item.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions internal/view/less/bookmark-item.less
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
.bookmark-tags {
display: flex;
flex-flow: row wrap;
margin: 4px 0 -4px;
margin: 8px 0 -4px;
padding: 0 8px;

a {
Expand Down Expand Up @@ -164,6 +164,12 @@
color: var(--colorLink);
}
}

@media (max-width: 600px) {
a {
display: block;
}
}
}

&.list {
Expand Down Expand Up @@ -231,10 +237,6 @@

.bookmark-menu {
padding-left: 16px;

a:not(:first-of-type) {
display: none;
}
}
}
}
Expand Down
Loading

0 comments on commit 86eb8d9

Please sign in to comment.