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
|
@ -5,9 +5,11 @@
|
||||||
@import "foundation/mixins";
|
@import "foundation/mixins";
|
||||||
|
|
||||||
.modal.history-modal {
|
.modal.history-modal {
|
||||||
width: 960px;
|
.modal-inner-container {
|
||||||
margin-left: -460px;
|
min-width: 960px;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
ins {
|
ins {
|
||||||
background: #e6ffe6;
|
background: #e6ffe6;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue