mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 06:45:11 +00:00
This reverts commit 7217dcb67a59f9c47d655455b60b4e1d8dc30f28. https://meta.discourse.org/t/failed-to-bootstrap-due-to-out-of-memory-killer/188141/18?u=osama Precompiling test_helper.js is so expensive that it can make bootstrap fail on servers with limited resources (2GB RAM). We will find another way that doesn't require much resources.
11 lines
167 B
CSS
11 lines
167 B
CSS
@import '/stylesheets/desktop.css';
|
|
@import 'qunit/qunit/qunit.css';
|
|
|
|
.modal-backdrop {
|
|
display: none;
|
|
}
|
|
|
|
#reply-control {
|
|
transition-property: none !important;
|
|
}
|