1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 18:49:24 -05:00

add navButton shadow

This commit is contained in:
fly_mc 2024-10-18 14:19:08 +08:00
parent 1d7924d3c4
commit 8d9093d534
2 changed files with 2 additions and 0 deletions
packages/frontend/src/ui

View file

@ -444,6 +444,7 @@ body {
border-radius: 70% / 100%;
background: var(--MI_THEME-panel);
color: var(--MI_THEME-fg);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
&:hover {
background: var(--MI_THEME-panelHighlight);

View file

@ -422,6 +422,7 @@ $widgets-hide-threshold: 1090px;
border-radius: 70% / 100%;
background: var(--MI_THEME-panel);
color: var(--MI_THEME-fg);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
&:hover {
background: var(--MI_THEME-panelHighlight);