Fix border inputs box-sizing

This commit is contained in:
Catalin Constantin Mititiuc 2024-07-29 10:52:45 -07:00
parent c446713399
commit 47c48be9ed

View File

@ -439,6 +439,7 @@ div#content {
display: flex;
flex-direction: column;
align-items: end;
box-sizing: border-box;
}
#edge-inputs > div > * {
@ -446,11 +447,11 @@ div#content {
}
#content-visibility {
margin-top: 2px;
flex-grow: 2;
}
label[for="content-visibility-toggle"] {
margin-top: 2px;
display: inline-block;
padding: 0 4px;
background-color: #EEE;