mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
23 lines
358 B
SCSS
23 lines
358 B
SCSS
.modal.history-modal {
|
|
.modal-body {
|
|
max-height: 100% !important;
|
|
}
|
|
button {
|
|
float: none;
|
|
}
|
|
#display-modes {
|
|
display: none;
|
|
}
|
|
#revision-numbers {
|
|
line-height: 2em;
|
|
}
|
|
#revision-details {
|
|
background-color: scale-color-diff();
|
|
padding: 5px;
|
|
margin-top: 10px;
|
|
}
|
|
img {
|
|
max-width: 95%;
|
|
height: auto;
|
|
}
|
|
}
|