Desktop calculator: stretch left/right cards to equal height.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -9682,7 +9682,7 @@ body:not(.hub-phone) #page-calculator .calc-pane-split {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
|
||||
gap: 14px;
|
||||
align-items: start;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
body:not(.hub-phone) #page-calculator .calc-input-panel,
|
||||
@@ -9693,6 +9693,13 @@ body:not(.hub-phone) #page-calculator .calc-result-panel {
|
||||
border: 1px solid var(--border-soft, var(--border));
|
||||
box-shadow: var(--card-glow, none);
|
||||
min-height: 280px;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body:not(.hub-phone) #page-calculator .calc-result-panel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
body:not(.hub-phone) #page-calculator .calc-result-title {
|
||||
|
||||
Reference in New Issue
Block a user