ソースを参照

Made options page full-width

master
Said Achmiz 6年前
コミット
c63779e104
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      options.css

+ 1
- 1
options.css ファイルの表示

@@ -9,7 +9,6 @@ body {
margin: 0 auto;
display: flex;
flex-flow: column;
max-width: 640px;
min-height: 100vh;
padding: 10px;
font-size: 1rem;
@@ -53,6 +52,7 @@ form {
margin: 0 0 2.5em 0;
display: flex;
align-items: center;
max-width: 640px;
}
form .buttons {
display: flex;

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