mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-30 07:53:57 -04: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";
|
@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…
Add table
Add a link
Reference in a new issue