Changes to the manifest loading

This commit is contained in:
alonso.torres 2024-05-22 17:23:24 +02:00 committed by Andrey Antukh
parent 85ae3ff6f8
commit 4f4ce174ae
2 changed files with 43 additions and 21 deletions

View file

@ -101,13 +101,16 @@
min-height: $s-32;
width: $s-32;
height: $s-32;
background: #b1b2b5;
background: var(--button-secondary-background-color-rest);
padding: $s-2;
border-radius: $s-4;
}
.plugin-description {
display: flex;
flex-direction: column;
gap: $s-8;
width: 100%;
}
.plugin-title {