Skip to content

Commit

Permalink
Update addstyle_3rd.css
Browse files Browse the repository at this point in the history
  • Loading branch information
GUSSAN-BEEDAN committed Apr 6, 2022
1 parent 436e54c commit 8b7d811
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions webroot/css/admin/addstyle_3rd.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ body {
flex-direction: column;
margin-bottom: .5em;
}

/* コンテンツ一覧等のパネルボックスのレイアウト調整 */
.bca-radio-group {
display: flex;
flex-direction: column;
display: block;
margin-bottom: 0.5em;
}

/* 各種リスト等のオーバーフローの横スクロール対応 */
Expand Down Expand Up @@ -210,9 +212,6 @@ height: initial !important;
.bca-toolbar .bca-toolbar__logo {
padding: 0 12px 0 12px !important;
}
.bca-toolbar__tools-edit a {
margin: 8px 0;
}
.bca-toolbar .bca-toolbar__logo-symbol {
border: none !important;
padding: 0 !important;
Expand Down Expand Up @@ -470,11 +469,6 @@ body.open {
max-width: 100%;
}

/* コンテンツ一覧等のパネルボックスのレイアウト調整 */
.bca-radio-group {
display: block;
}

/* バルーンチップのウィンドウ幅調整(768px以上を含む) */
.bt-content {
max-width: 330px !important;
Expand Down

0 comments on commit 8b7d811

Please sign in to comment.