A11y: improve flow with screenreader, some more refactoring to svelte, see #1181

This commit is contained in:
Pieter Vander Vennet 2023-12-13 02:16:53 +01:00
parent 40067e35d4
commit 48ac539272
15 changed files with 188 additions and 226 deletions

View file

@ -876,16 +876,16 @@ video {
margin-bottom: 1rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
@ -1262,10 +1262,6 @@ video {
width: 16rem;
}
.w-1\/2 {
width: 50%;
}
.w-14 {
width: 3.5rem;
}
@ -1533,6 +1529,10 @@ video {
justify-self: end;
}
.justify-self-center {
justify-self: center;
}
.overflow-auto {
overflow: auto;
}
@ -2892,6 +2892,10 @@ a.link-underline {
width: 6rem;
}
.sm\:w-1\/2 {
width: 50%;
}
.sm\:flex-nowrap {
flex-wrap: nowrap;
}