Skip to content

Commit

Permalink
#63 fix: "running away" of preferences in Firefox at zoom over 100% (…
Browse files Browse the repository at this point in the history
…but page itself still resizes)
  • Loading branch information
pbek committed Apr 7, 2024
1 parent 768f04f commit a72ae86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# QOwnNotes Web Companion Changelog

## 2024.4.0
- the "running away" of the Preferences dialog was fixed under Firefox when
using a zoom-level over 100% (for [#63](https://github.com/qownnotes/web-companion/issues/63))

## 2024.2.4
- now only a delete button is shown in the bookmarks list if the bookmark
can be deleted (for [#57](https://github.com/qownnotes/web-companion/issues/57))
Expand Down
2 changes: 1 addition & 1 deletion src/pages/OptionsPage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<q-page class="flex flex-center">
<q-page>
<q-card>
<q-card-section>
<div class="text-h6">{{ getLocale('settingsHeadline') }}</div>
Expand Down

0 comments on commit a72ae86

Please sign in to comment.