|
|
|
@ -904,17 +904,18 @@ h-margin { |
|
|
|
|
|
|
|
|
|
|
|
.status-container-bracket { |
|
|
|
.status-container-bracket { |
|
|
|
margin: 0px -20px -20px -20px; /* Negative margin to counter the bubble padding, including bottom */ |
|
|
|
margin: 0px -20px -20px -20px; /* Negative margin to counter the bubble padding, including bottom */ |
|
|
|
padding: 10px 20px 20px 20px; /* Add padding back to maintain text alignment, including bottom */ |
|
|
|
padding: 10px 20px 10px 20px; /* Add padding back to maintain text alignment, including bottom */ |
|
|
|
border-radius: 0 0 24px 24px; /* Match the bubble's bottom corners */ |
|
|
|
border-radius: 0 0 24px 24px; /* Match the bubble's bottom corners */ |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status-container-bracket-header { |
|
|
|
.status-container-bracket-header { |
|
|
|
height: 30px; |
|
|
|
height: 24px; |
|
|
|
text-align: left; |
|
|
|
text-align: left; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.status-container-bracket-header-bottom { |
|
|
|
.status-container-bracket-header-bottom { |
|
|
|
height: 30px; |
|
|
|
height: 24px; |
|
|
|
text-align: left; |
|
|
|
text-align: left; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|