one more fix to prevent future padding breakage
This commit is contained in:
parent
75826d79c8
commit
94cdc80bd9
1 changed files with 2 additions and 3 deletions
|
@ -195,12 +195,12 @@ input[type="checkbox"] {
|
||||||
}
|
}
|
||||||
#cobalt-main-box #top {
|
#cobalt-main-box #top {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
height: 2rem;
|
height: 2.5rem;
|
||||||
margin-top: -0.6rem;
|
margin-top: -0.6rem;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
#cobalt-main-box #bottom {
|
#cobalt-main-box #bottom {
|
||||||
padding-top: 1.5rem;
|
padding-top: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -212,7 +212,6 @@ input[type="checkbox"] {
|
||||||
}
|
}
|
||||||
#url-input-area {
|
#url-input-area {
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
height: 2.5rem;
|
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
|
|
Loading…
Reference in a new issue