trying to improve editing on long-tap
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user