修复 强制保存 按钮无法正常显示

This commit is contained in:
Bard 2024-08-10 18:12:27 +08:00 committed by GitHub
parent 0addd36ae7
commit 2e80693c0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2417,10 +2417,12 @@ td>table>tbody>tr>td,
border: 0 solid #918e8c;
background: #ffffff;
box-shadow: 0 0 4px #918e8c;
border-top-left-radius: .35rem;
border-top-right-radius: .35rem;
border-bottom-left-radius: .35rem;
border-bottom-right-radius: .35rem;
color: var(--main-menu-color);
margin-left: -0.55rem !important
margin-left: -0.80rem !important
}
.cbi-dropdown[open]>ul.dropdown li {
@ -2759,7 +2761,8 @@ body.modal-overlay-active #modal_overlay {
.cbi-page-actions {
padding: 1rem;
text-align: right;
position: absolute;
right: 0;
justify-content: flex-end
}
@ -4376,7 +4379,7 @@ pre.command-output {
}
.cbi-dropdown[open]>ul.dropdown {
left: 0.2rem !important;
left: 0.785rem !important;
right: 0 !important;
margin-bottom: 1rem;
}