Remvove "any" usage from PixelBlast

This commit is contained in:
David Haz
2025-09-01 09:01:19 +03:00
parent 24633275e8
commit af455f62d5
3 changed files with 30 additions and 15 deletions

View File

@@ -70,7 +70,7 @@ import ContributionSection from './ContributionSection.vue';
:deep(.p-tablist-tab-list) {
display: flex;
gap: 0.5rem;
padding-bottom: .1em;
padding-bottom: 0.1em;
align-items: flex-start;
flex-wrap: wrap;
border: none !important;