Skip to content

Commit

Permalink
Fix cropped item move handle for long title
Browse files Browse the repository at this point in the history
Close #62.
  • Loading branch information
hlisdero authored and noyainrain committed Apr 17, 2020
1 parent 033e8b4 commit 809128e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ <h1 class="micro-panel-main">

[is=listling-item] .micro-ol-handle {
padding: calc(1.5em / 4);
width: calc(1.5em / 2 + 1.5em / 2);
min-width: calc(1.5em / 2 + 1.5em / 2);
height: calc(1.5em + 1.5em / 2);
background:
radial-gradient(circle closest-side, #888 0%, #888 50%, transparent 50%) content-box
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

project = 'Open Listling'
copyright = '2019 Open Listling contributors'
version = release = '0.28.1'
version = release = '0.28.2'

html_theme_options = {
'logo': 'listling.svg',
Expand Down

0 comments on commit 809128e

Please sign in to comment.