Merge upstream 2024.11.0-alpha.1 #17

Merged
yume merged 14 commits from incoming-202411alpha1 into develop 2024-11-15 05:22:38 -06:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 7f8c8f62b1 - Show all commits

View file

@ -32,6 +32,8 @@
= Fix: ノート投稿ボタンにホバー時のスタイルが適用されていないのを修正 = Fix: ノート投稿ボタンにホバー時のスタイルが適用されていないのを修正
(Cherry-picked from https://github.com/taiyme/misskey/pull/305) (Cherry-picked from https://github.com/taiyme/misskey/pull/305)
- Fix: メールアドレス登録有効化時の「完了」ダイアログボックスの表示条件を修正 - Fix: メールアドレス登録有効化時の「完了」ダイアログボックスの表示条件を修正
- Fix: 画面幅が狭い環境でデザインが崩れる問題を修正
(Cherry-picked from https://github.com/MisskeyIO/misskey/pull/815)
### Server ### Server
- Enhance: DockerのNode.jsを22.11.0に更新 - Enhance: DockerのNode.jsを22.11.0に更新

View file

@ -627,6 +627,7 @@ definePageMetadata(() => ({
<style lang="scss" module> <style lang="scss" module>
.ip { .ip {
display: flex; display: flex;
word-break: break-all;
> :global(.date) { > :global(.date) {
opacity: 0.7; opacity: 0.7;