Skip to content

Commit

Permalink
Merge pull request #19 from GUSSAN-BEEDAN/develop
Browse files Browse the repository at this point in the history
addstyle_3rd.cssの修正。 #18 対応
  • Loading branch information
GUSSAN-BEEDAN authored Aug 8, 2024
2 parents d9088ea + 2bf8355 commit caa10d8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions webroot/css/admin/addstyle_3rd.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ body {
flex: 1;
}

/* mainのオーバーフローの横方向スクロールを実現するため */
.bca-main {
width: 100vw;
}

/* クレジット画面のレイアウトの修正 */
#CreditScrollerInner {
width: auto;
Expand Down Expand Up @@ -126,6 +131,15 @@ body {
width: 700px !important;
padding-right: 20px;
}

/* テーマ一覧画面のレイアウト調整 */
.bca-current-theme__inner {
display: flex;
flex-direction: column;
}
.bca-current-theme__main {
width: 100%;
}

/* CKEditorのダイアログ表示幅を調整 */
.cke_dialog {
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/admin/addstyle_3rd_toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ body {
/* ログイン画面のロゴ幅変更 */
.bca-login__logo {
max-width: 230px;
width: 100%;
width: auto;
}

/* ツールバーのユーザーリスト、サーバーキャッシュクリア表示のレイアウト調整 */
Expand Down

0 comments on commit caa10d8

Please sign in to comment.