mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:26:29 +08:00
21 lines
315 B
SCSS
21 lines
315 B
SCSS
.modal.history-modal {
|
|
button {
|
|
float: none;
|
|
}
|
|
#display-modes {
|
|
display: none;
|
|
}
|
|
#revision-numbers {
|
|
line-height: $line-height-large;
|
|
}
|
|
#revision-details {
|
|
background-color: $primary-low;
|
|
padding: 5px;
|
|
margin-top: 10px;
|
|
}
|
|
img {
|
|
max-width: 95%;
|
|
height: auto;
|
|
}
|
|
}
|