mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: History modal having custom (old) setting of min height and width.
It is functional, but it no longer resizes down. I would look at making this fluid or having a style for mobile.
This commit is contained in:
parent
a03e933eb6
commit
f26b479458
1 changed files with 5 additions and 3 deletions
|
@ -5,9 +5,11 @@
|
|||
@import "foundation/mixins";
|
||||
|
||||
.modal.history-modal {
|
||||
width: 960px;
|
||||
margin-left: -460px;
|
||||
min-height: 500px;
|
||||
.modal-inner-container {
|
||||
min-width: 960px;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
ins {
|
||||
background: #e6ffe6;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue