feat: add icon support to app info display and update styles for improved layout in index.scss

This commit is contained in:
PandaDEV 2025-03-15 01:08:53 +01:00
parent f890851a59
commit 1ec040ef1e
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
5 changed files with 71 additions and 160 deletions

View file

@ -161,6 +161,15 @@ main {
overflow: hidden;
white-space: nowrap;
margin-left: 32px;
display: flex;
align-items: center;
gap: 4px;
img {
width: 13px;
height: 13px;
object-fit: contain;
}
}
}
}