Merge branch 'main' into dev
This commit is contained in:
@@ -87,7 +87,7 @@ textarea{
|
||||
|
||||
.kanban .state_10 .box,
|
||||
.kanban .state_100 .box{
|
||||
background: linear-gradient(rgba(0,0,0,0.8));
|
||||
background: linear-gradient(rgba(0,0,0,0.6));
|
||||
}
|
||||
|
||||
.kanban .state_10 .box,
|
||||
|
||||
@@ -290,6 +290,18 @@ span.timetracking {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.markdown.editing{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
column-gap: 10px;
|
||||
}
|
||||
.markdown .buttons{
|
||||
grid-column-end: span 2;
|
||||
}
|
||||
|
||||
.editable:hover{
|
||||
border: 1px dotted;
|
||||
}
|
||||
|
||||
.timetracks .year, .timetracks .month{
|
||||
border: 1px solid;
|
||||
@@ -307,23 +319,6 @@ span.timetracking {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.markdown.editing{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.markdown.editing > *{
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
.markdown.editing > *:nth-child(2){
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.markdown img{
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
table{
|
||||
min-width: 30vw;
|
||||
@@ -370,6 +365,7 @@ a.wikilink{
|
||||
.grid2{
|
||||
display: grid;
|
||||
grid-template-columns: 230px auto;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.grid2 > :nth-child(2n-1){
|
||||
|
||||
Reference in New Issue
Block a user