Minor UI fix

This commit is contained in:
sairaj mote 2023-05-25 19:40:46 +05:30
parent 62fba8fda6
commit 591457da38
2 changed files with 2 additions and 1 deletions

View File

@ -449,6 +449,7 @@ smOption.innerHTML = `
display: block;
width: 0.2rem;
height: 1em;
left: 0;
border-radius: 0 1em 1em 0;
background: rgba(var(--text-color,(17,17,17)), 0.5);
transition: all 0.2s ease-in-out;

File diff suppressed because one or more lines are too long