mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-28 07:36:10 +00:00
Fixed icons for profiles dialog
This commit is contained in:
@@ -41,6 +41,7 @@ var ZenProfileDialogUI = {
|
||||
|
||||
_updateCurentProfileId() {
|
||||
let currentProfile = ProfileService.currentProfile;
|
||||
if (!currentProfile) return;
|
||||
let nameContainer = document.getElementById("PanelUI-zen-profiles-current-name");
|
||||
nameContainer.textContent = currentProfile.name;
|
||||
},
|
||||
|
||||
@@ -64,6 +64,12 @@
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
#PanelUI-zen-profiles-item::after {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
|
||||
#PanelUI-zen-profiles-list .PanelUI-zen-profiles-item-avatar {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user