mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:20:33 +08:00
21 lines
305 B
SCSS
21 lines
305 B
SCSS
|
.modal.history-modal {
|
||
|
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;
|
||
|
}
|
||
|
}
|