@@ -153,6 +153,10 @@ li.task > button{
|
||||
display: none;
|
||||
}
|
||||
|
||||
li.task > button:nth-child(2){
|
||||
display: initial;
|
||||
}
|
||||
|
||||
li.task{
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
@@ -240,6 +240,10 @@ li.task > button{
|
||||
display: none;
|
||||
}
|
||||
|
||||
li.task > button:nth-child(2){
|
||||
display: initial;
|
||||
}
|
||||
|
||||
li.task{
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@ body {
|
||||
code {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px solid;
|
||||
border-radius: 4px;
|
||||
@@ -152,6 +153,10 @@ li.task > button{
|
||||
display: none;
|
||||
}
|
||||
|
||||
li.task > button:nth-child(2){
|
||||
display: initial;
|
||||
}
|
||||
|
||||
li.task{
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user