mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: full width table modal override (#24382)
This commit is contained in:
@@ -306,3 +306,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.d-modal.fullscreen-table-modal {
|
||||
.d-modal {
|
||||
&__container {
|
||||
max-width: $reply-area-max-width;
|
||||
max-height: unset;
|
||||
}
|
||||
&__header {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user