mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-28 08:10:36 +00:00
chore(tooltips): reworked tooltip design
This commit is contained in:
@@ -8,14 +8,16 @@
|
||||
|
||||
.tippy-box {
|
||||
color: var(--foreground);
|
||||
background: var(--secondary-background);
|
||||
background: var(--tooltip, var(--background));
|
||||
}
|
||||
|
||||
.tippy-content {
|
||||
padding: 8px;
|
||||
font-size: 12px;
|
||||
padding: 6px 10px;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.tippy-arrow {
|
||||
color: var(--secondary-background);
|
||||
color: var(--tooltip);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user