Skip to content

Commit

Permalink
Fix guest button label not hiding in some browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Jan 15, 2022
1 parent 1a770ca commit 1edecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

.Header-secondary .Header-controls > .item-nightmode {
@media not @phone {
@media (min-width: @screen-tablet) {
.Button-label {
display: none;
}
Expand Down

0 comments on commit 1edecd4

Please sign in to comment.