Skip to content

Commit

Permalink
fix: notification selector css
Browse files Browse the repository at this point in the history
  • Loading branch information
winverse committed Feb 1, 2024
1 parent dd21fd4 commit da900ec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
border-radius: 16px;
color: var(--text3);
background-color: var(--bg-element2);
user-select: none;

@media screen and (max-width: 768px) {
font-size: 14px;
Expand Down Expand Up @@ -42,6 +43,7 @@
font-size: 14px;
color: var(--text3);
padding-bottom: 3px;
user-select: none;

@media screen and (max-width: 768px) {
font-size: 12px;
Expand Down

0 comments on commit da900ec

Please sign in to comment.