Skip to content

Commit

Permalink
Adjust history count size/alignment (Fix #20)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeby committed Jul 20, 2022
1 parent 13fe927 commit 9a90fef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "pane-relief",
"name": "Pane Relief",
"version": "0.2.2",
"version": "0.2.3",
"minAppVersion": "0.14.5",
"description": "Per-pane history, hotkeys for pane movement + navigation, and more",
"author": "PJ Eby",
Expand Down
10 changes: 9 additions & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
}

/* Give history counts a little breathing room, and match the title text size */
.titlebar .history-counter { font-size: 12px; padding-left: 3px; padding-right: 3px;}
.titlebar-button.mod-back { text-align: right; }

.titlebar .history-counter {
font-size: 12px;
padding-left: 3px;
padding-right: 3px;
display: inline-block;
min-width: 2em;
}

/* Make the button and text more visible when you can go in that direction */
.titlebar-button.mod-back.mod-active:not(:hover),
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"0.2.2": "0.14.5",
"0.2.3": "0.14.5",
"0.2.0": "0.14.5",
"0.1.15": "0.14.5",
"0.0.26": "0.14.5",
Expand Down

0 comments on commit 9a90fef

Please sign in to comment.