Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Commit ae0028d

Browse files
committed
Fixed CSS to hide text on mobile
1 parent a34e180 commit ae0028d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/plugin.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@media screen and (max-width: 850px) {
2-
body.with-summary .edit-link {
2+
.with-summary #edit-link {
33
overflow: hidden;
44
width: 30px;
55
}
66
}
77
@media screen and (max-width: 500px) {
8-
.edit-link {
8+
#edit-link {
99
overflow: hidden;
1010
width: 30px;
1111
}

0 commit comments

Comments
 (0)