list-style of none on .settings__buttons instead of <ul>

This commit is contained in:
westtle 2024-02-06 23:51:53 +07:00
parent b117df3f4f
commit 75b02e2393

View file

@ -71,8 +71,6 @@ textarea {
font: inherit;
}
ul { list-style: none; }
::placeholder { color: hsl(var(--color-3)); }
.sr-only {
@ -132,6 +130,7 @@ body {
.settings__buttons {
width: 100%;
list-style: none;
transition: right cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
position: relative;