Nicer handling of dead tabs, introduced version.

This commit is contained in:
Magnus Åhall 2025-11-10 10:02:34 +01:00
parent 0c0811a5fc
commit 5a15824ed5
3 changed files with 26 additions and 11 deletions

View file

@ -3,6 +3,12 @@ body {
margin: 32px;
}
#version {
position: absolute;
right: 16px;
top: 16px;
}
input {
font-size: 1em;
}