mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 11:13:22 +08:00
UX: full width table modal override (#24382)
This commit is contained in:
parent
cd183edad1
commit
02cb262b2e
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user