discourse/app/assets/stylesheets/mobile/history.scss

21 lines
315 B
SCSS
Raw Normal View History

.modal.history-modal {
button {
float: none;
}
#display-modes {
display: none;
}
#revision-numbers {
2018-01-12 17:27:38 -05:00
line-height: $line-height-large;
}
#revision-details {
2017-06-11 22:20:14 -04:00
background-color: $primary-low;
padding: 5px;
margin-top: 10px;
}
img {
max-width: 95%;
height: auto;
}
}