[#32] added app list and user icon to menubar

This commit is contained in:
Camille Moussu
2025-08-18 18:10:28 +02:00
committed by Benoit TELLIER
parent 4b93d7dea9
commit aa498ac91f
7 changed files with 170 additions and 20 deletions
+18 -6
View File
@@ -73,10 +73,22 @@
left: 887px;
}
.menu-tools {
width: 383.20001220703125;
height: 49;
top: 16px;
left: 1511px;
gap: 24px;
.app-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
padding: 16px;
justify-items: center;
align-items: center;
}
.app-grid img {
width: 48px;
height: 48px;
}
.app-grid p {
margin-top: 6px;
font-size: 14px;
text-align: center;
}