trying to improve editing on long-tap

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-01 00:35:28 +02:00
parent 94c70eae16
commit 50dbe9a4e5
3 changed files with 34 additions and 2 deletions

View File

@@ -327,4 +327,21 @@ li > a > p:nth-child(1){
.time.record button.delete{
float: right;
}
.markdown.editing{
position: relative;
}
.markdown.editing > *{
width: 49%;
}
.markdown.editing > *:nth-child(2){
position: absolute;
right: 0;
top: 0;
}
table{
width: 100vw;
}