fix: remove custom styling, and uncessary conditional check
This commit is contained in:
@@ -13,21 +13,13 @@
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
border-bottom: 1px solid var(--Base-Border-Subtle);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.header:has(> h2) {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.closeBtn {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media and screen (min-width: 1367px) {
|
||||
.content > * {
|
||||
padding: var(--Spacing-x4);
|
||||
|
||||
Reference in New Issue
Block a user