Skip to content

Commit

Permalink
Merge pull request #3443 from atlas-engineer/bugfix/buffer-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Aug 1, 2024
2 parents 81ad480 + fceb52e commit 14a3dcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/buffer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,10 @@ See also the `profile' slot in the `browser' class.")
:overflow-x "scroll"
:white-space "nowrap"
:background-color ,theme:background-alt
:margin-left "-20px"
:position "sticky"
:margin-top "-20px"
:top 0
:width "100%"
:height "32px")
`(".mode-menu > button"
:color ,theme:on-secondary
Expand Down
5 changes: 5 additions & 0 deletions source/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ elements are scaled accordingly.")
(:li "When on pre-release, push " (:code "X-pre-release")
" feature in addition to " (:code "X-pre-release-N") "one."))

(define-version "3.11.8"
(:nsection :title "UI/UX"
(:ul
(:li "Fix mode menu bar."))))

(define-version "3.11.7"
(:nsection :title "Bug fixes"
(:ul
Expand Down

0 comments on commit 14a3dcc

Please sign in to comment.