fix: icon on addons tab

This commit is contained in:
alexsparkes 2024-02-03 10:59:11 +00:00
parent 6cb00cca9d
commit c7f21c295c
3 changed files with 18 additions and 10 deletions

View File

@ -170,6 +170,12 @@ h5 {
gap: 20px;
justify-content: center;
align-items: center;
.link {
display: flex;
flex-flow: row;
gap: 15px;
align-items: center;
}
}
.marketplaceCondition {

View File

@ -21,7 +21,7 @@ import {
MdOutlineAssessment as Stats,
MdOutlineNewReleases as Changelog,
MdInfoOutline as About,
MdAddCircleOutline as Added,
MdOutlineExtension as Added,
MdAddCircleOutline as Create,
MdViewAgenda as Overview,
MdCollectionsBookmark as Collections,

View File

@ -62,7 +62,9 @@
.navbar {
opacity: 0;
transition: visibility 0.2s linear, opacity 0.2s linear;
transition:
visibility 0.2s linear,
opacity 0.2s linear;
visibility: hidden;
}
@ -83,11 +85,11 @@
}
.appsmodal {
width: fit-content;
padding: 10px;
border-radius: 1em;
@include themed {
background: t($modal-sidebarActive);
}
}
width: fit-content;
padding: 5px;
border-radius: 1em;
@include themed {
background: t($modal-sidebarActive);
}
}