Skip to content

Commit

Permalink
Dots position fix when translation button in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
datguypiko committed Oct 12, 2023
1 parent 0d32d9b commit 4157aa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,10 @@ toolbar
opacity: 0 !important;
}

#page-action-buttons:not(:hover) #translations-button[translationsactive="true"]:not([open]) {
visibility:collapse !important;
}

/* Create visual dots on both sides */
/* left side identity-box dots modification */
#identity-box::after,
Expand Down

0 comments on commit 4157aa3

Please sign in to comment.