Skip to content

Commit

Permalink
open to the left - better for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool committed Jun 4, 2024
1 parent db655b1 commit c8f976f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions css/paragraphs.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,23 @@ html.dialog-open {
}
.paragraphs-actions-more .details-child-wrapper {
position: absolute;
left: 0;
right: 0;
display: block;
z-index: 100;
background: #eee;
border-radius: 4px;
border: 1px solid #eee;
border: 0;
margin-top: 5px;
}
.paragraphs-actions-more .details-child-wrapper:before {
content: "";
border: 8px solid transparent;
border-bottom: 12px solid #eee;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #eee;
height: 0;
left: 10px;
right: 18px;
position: absolute;
top: -20px;
top: -8px;
width: 0;
}
.paragraphs-actions-more .details-child-wrapper input {
Expand Down

0 comments on commit c8f976f

Please sign in to comment.