mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 15:04:38 +08:00
10 lines
134 B
CSS
10 lines
134 B
CSS
@import '/stylesheets/desktop.css';
|
|
|
|
.modal-backdrop {
|
|
display: none;
|
|
}
|
|
|
|
#reply-control {
|
|
transition-property: none !important;
|
|
}
|