ソースを参照

Fix left side of single column layout being cropped on smaller screens (#11894)

Fix #11476
master^2
Eugen Rochko 4年前
committed by GitHub
コミット
37ccafec8f
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      app/javascript/styles/mastodon/components.scss

+ 2
- 0
app/javascript/styles/mastodon/components.scss ファイルの表示

@@ -1893,6 +1893,7 @@ a.account__display-name {
pointer-events: none;
display: flex;
justify-content: flex-end;
min-width: 285px;

&--start {
justify-content: flex-start;
@@ -1910,6 +1911,7 @@ a.account__display-name {
box-sizing: border-box;
width: 100%;
max-width: 600px;
flex: 0 0 auto;
display: flex;
flex-direction: column;



読み込み中…
キャンセル
保存