summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--src/client/components/menu.vue1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 157c895072..3356ea8410 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ unreleased
### 🐛Fixes
* タイムラインに自分の返信と自分への返信と投稿者自身への返信以外の返信が含まれている問題を修正
* グループがない状態でグループチャットを開始しようとするとフリーズする問題を修正
+* 通知インジケーターがずれる問題を修正
12.8.0 (2020/02/13)
--------------------
diff --git a/src/client/components/menu.vue b/src/client/components/menu.vue
index a961399883..747c928452 100644
--- a/src/client/components/menu.vue
+++ b/src/client/components/menu.vue
@@ -125,6 +125,7 @@ export default Vue.extend({
> .item {
display: block;
+ position: relative;
padding: 8px 16px;
width: 100%;
box-sizing: border-box;