wip(desktop): layout improvements

This commit is contained in:
Adam
2025-11-13 14:47:25 -06:00
parent ec8df862cf
commit 953c1c2f50
27 changed files with 881 additions and 317 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
[data-component="tooltip"] {
z-index: 1000;
max-width: 320px;
border-radius: 6px;
border-radius: var(--radius-md);
background-color: var(--surface-float-base);
color: rgba(253, 252, 252, 0.94);
padding: 2px 8px;