Skip to content

Commit

Permalink
fix: support multi device ui for new tag ui
Browse files Browse the repository at this point in the history
  • Loading branch information
manojava-gk committed Jul 4, 2024
1 parent 1329ed7 commit 02fb262
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,14 @@ img[src$="#block"] {
height: 40px;
width: auto;
margin-left: 10px;
}

@media screen and (max-width: 600px) {
img[src$="#block"] {
position: absolute;
margin-top: 8px;
height: 30px;
width: auto;
margin-left: 10px;
}
}

0 comments on commit 02fb262

Please sign in to comment.