implemented image embedding links
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -659,4 +659,8 @@ li.task button.symbol:nth-child(1){
|
||||
|
||||
.timetracks .selected td:not(.year):not(.month){
|
||||
background: skyblue;
|
||||
}
|
||||
|
||||
.markdown image{
|
||||
max-width: 75%;
|
||||
}
|
||||
@@ -298,6 +298,11 @@ span.timetracking {
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.markdown img{
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
table{
|
||||
min-width: 30vw;
|
||||
}
|
||||
|
||||
@@ -294,6 +294,11 @@ span.timetracking {
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.markdown img{
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
table{
|
||||
min-width: 30vw;
|
||||
}
|
||||
|
||||
@@ -298,6 +298,11 @@ span.timetracking {
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.markdown img{
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
table{
|
||||
min-width: 30vw;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user