Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
77a778acf1
2 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,7 @@ gotIt: "わかった"
|
|||
cancel: "キャンセル"
|
||||
enterUsername: "ユーザー名を入力"
|
||||
renotedBy: "{user}がRenote"
|
||||
noNotes: ノートはありません"
|
||||
noNotes: "ノートはありません"
|
||||
noNotifications: "通知はありません"
|
||||
instance: "インスタンス"
|
||||
settings: "設定"
|
||||
|
|
|
@ -248,6 +248,8 @@ export default Vue.extend({
|
|||
// https://stackoverflow.com/questions/33891709/when-flexbox-items-wrap-in-column-mode-container-does-not-grow-its-width
|
||||
if (this.enableWidgets) {
|
||||
setInterval(() => {
|
||||
if (!this.$refs.widgetsEditButton) return;
|
||||
|
||||
const width = this.$refs.widgetsEditButton.offsetLeft + 300;
|
||||
this.$refs.widgets.style.width = width + 'px';
|
||||
}, 1000);
|
||||
|
|
Loading…
Reference in a new issue