Skip to content

Commit

Permalink
Attempt to improve css
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBelgium committed Oct 20, 2020
1 parent 52912d0 commit 5c1dfaa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions less/extension.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.item-discussion-views {
font-size: 14px;
float: right;
margin-right: -43px;
position: absolute;
right: 37px;
color: #667c99;
}

@media (min-width: 768px) {
Expand All @@ -20,8 +21,9 @@
border-radius: 4px;
font-size: 12px;
padding: 2px 6px;
font-size: 12px;
position: absolute;
right: 58px;
right: 15px;
top: 35px;
}
}
Expand Down

0 comments on commit 5c1dfaa

Please sign in to comment.