Skip to content

Commit a9a09ea

Browse files
committed
Added some icons - Fixed mobile responsiveness bug in controls section and interchanged zabbix icon locations
1 parent 335fd73 commit a9a09ea

File tree

7 files changed

+435
-6
lines changed

7 files changed

+435
-6
lines changed

api/templates/icon_gallery.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,28 @@
364364
.controls {
365365
flex-direction: column;
366366
align-items: stretch;
367+
gap: 12px;
368+
padding: 16px;
369+
}
370+
371+
.icon-count {
372+
text-align: center;
373+
width: 100%;
367374
}
368375

369376
.toggle-btn {
370377
width: 100%;
371378
text-align: center;
379+
padding: 10px;
380+
font-size: 0.95rem;
381+
}
382+
383+
.search-bar {
384+
width: 100%;
385+
}
386+
387+
.search-bar input {
388+
font-size: 15px;
372389
}
373390
}
374391
</style>

icons/dark/qdrant.svg

Lines changed: 118 additions & 0 deletions
Loading

icons/dark/qubes-os.svg

Lines changed: 88 additions & 0 deletions
Loading

icons/dark/zabbix.svg

Lines changed: 3 additions & 3 deletions
Loading

icons/light/qdrant.svg

Lines changed: 118 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)