prepare to make addons list count headers collapsible

pull/98/head
dperolio 2 years ago
parent ccb82b38dd
commit 1ca8ac24a1
No known key found for this signature in database
GPG Key ID: 4191689562D51409

@ -58,8 +58,11 @@
display: flex;
}
}
&-search-results-text {
padding: 20px;
}
&-search-results-text-wrapper {
margin-top: 30px;
margin-top: 20px;
font-size: 18px;
font-weight: 500;
color: var(--header-secondary);
@ -71,6 +74,7 @@
display: flex;
flex-flow: column;
align-items: center;
color: var(--header-secondary);
> div {
margin-bottom: 20px;
}

@ -74,7 +74,7 @@ export const Icons = {};
* alerted about this.
*/
vizality.once(Events.VIZALITY_SETTINGS_READY, async () => {
if (vizality.settings.get('developer')) {
if (vizality.settings.get('developer', false)) {
/*
* These are Discord's icons that will crash the appl if attempted to render as a normal icon.
*/

Loading…
Cancel
Save