Skip to content

Commit

Permalink
fix: expand right-click-to-edit + undo 5ce1a06
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Jul 25, 2024
1 parent fc1e8ee commit bdb05b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ footer {
}
}

.script-name {
/* expand right-click-to-edit area */
flex: 1;
align-self: stretch;
align-content: center;
}

.menu-buttons {
align-items: center;
padding: $padding $padding $padding 0;
Expand All @@ -134,6 +141,7 @@ footer {
&-item {
position: relative;
display: flex;
flex-wrap: wrap; /* the update notice must go to the next row */
align-items: center;
min-height: 2rem;
padding-left: $itemPaddingX;
Expand Down

0 comments on commit bdb05b5

Please sign in to comment.