Skip to content

Commit

Permalink
Merge branch 'master' of github.com:flynx/pWiki
Browse files Browse the repository at this point in the history
  • Loading branch information
flynx committed Nov 2, 2023
2 parents bb29ffb + 92d750c commit 6d6994c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions experiments/outline-editor/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,16 +283,18 @@
padding: 0;
border: none;
background: none;
}
&:not([cropped])>.text {
display: none;

&>.text {
display: none;
}
}
&,
&[cropped] {
margin-left: 0;
}
&[cropped] .text {
display: block;

& .text {
display: block;
}
}
}

Expand Down

0 comments on commit 6d6994c

Please sign in to comment.