Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: fix cropped logout icon
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Nov 16, 2023
1 parent 79a4a23 commit bf84183
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
5 changes: 4 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,10 @@
border: none !important;
background: transparent !important;
}
.global-nav-bar .logout-link {
.global-nav-bar.logout {
height: auto !important;
}
.global-nav-bar.logout .logout-link {
background-color: transparent !important;
background-image: url("https://raw.githubusercontent.com/luisrguerra/fluent11-icon-theme/main/fluent11/64x64/apps/system-log-out.svg") !important;
background-size: 70% !important;
Expand Down
Loading

0 comments on commit bf84183

Please sign in to comment.