- Oct 07, 2023
-
-
Conrad Zelck authored
Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
Conrad Zelck authored
see: https://andy-bell.co.uk/a-modern-css-reset Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
Conrad Zelck authored
Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
- Oct 06, 2023
-
-
Conrad Zelck authored
Use a div with attribute: - contenteditable="true" It fixes a lot of issues: - height of #input needs no javascript to adapt to content - therefor no complex styles are needed - width will no longer exceed the given width by grid-template-column - styling etc. can be handled like the #output div next to it You have to set two attributes for a11y: - role="textbox" - aria-multiline="true" Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
Conrad Zelck authored
Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
Conrad Zelck authored
Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
Conrad Zelck authored
This is default. As the textarea had to get always an outline with 1px to look like the rest it must be set thicker back to default focus outline. Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
Conrad Zelck authored
As the busy dialog most of the time is very short a backdrop tends the whole page to flicker. To avoid that let it original w/o backdrop. Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
Conrad Zelck authored
Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
Conrad Zelck authored
Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
- Oct 05, 2023
-
-
Conrad Zelck authored
Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
Conrad Zelck authored
Otherwise there would be a much greater gap between header and main. Header normally is styled by icluded style via head.php. This has the correct margin. The padding-top from this local style.css did two gaps together. Signed-off-by:
Conrad Zelck <git@simpel.cc>
-
- Oct 04, 2023
-
-
Conrad Zelck authored
A working website w/o file in- or output. Signed-off-by:
Conrad Zelck <git@simpel.cc>
-