This commit is contained in:
NoriDev 2023-08-31 17:23:07 +09:00
parent eef9a9d9dc
commit 588e157d2e
4 changed files with 6 additions and 6 deletions

View file

@ -258,7 +258,7 @@ function more() {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
border-radius: 999px; border-radius: 15px;
background: var(--accentedBg); background: var(--accentedBg);
} }
} }

View file

@ -317,7 +317,7 @@ function more(ev: MouseEvent) {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
border-radius: 999px; border-radius: 15px;
background: var(--accentedBg); background: var(--accentedBg);
} }
} }
@ -471,7 +471,7 @@ function more(ev: MouseEvent) {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
border-radius: 999px; border-radius: 15px;
background: var(--accentedBg); background: var(--accentedBg);
} }

View file

@ -285,7 +285,7 @@ function openProfile() {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
border-radius: 999px; border-radius: 15px;
background: var(--accentedBg); background: var(--accentedBg);
} }
} }

View file

@ -346,7 +346,7 @@ function openProfile() {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
border-radius: 999px; border-radius: 15px;
background: var(--accentedBg); background: var(--accentedBg);
} }
} }
@ -500,7 +500,7 @@ function openProfile() {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
border-radius: 999px; border-radius: 15px;
background: var(--accentedBg); background: var(--accentedBg);
} }