Update zen-components subproject commit

Refactor zen-preferences.css to adjust marketplace item content width and add toggle margin
This commit is contained in:
mauro-balades
2024-09-14 22:55:48 +02:00
parent 3ea87ba79e
commit 9e02951276
2 changed files with 7 additions and 1 deletions

View File

@@ -426,6 +426,7 @@ groupbox h2 {
.zenThemeMarketplaceItemContent {
max-width: 100%;
width: 100%;
}
.zenThemeMarketplaceItemTitle,
@@ -483,6 +484,11 @@ groupbox h2 {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
& moz-toggle {
margin-left: 10px;
}
}
/* Disable mozilla's settings */