mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 03:05:25 +08:00
32 lines
463 B
SCSS
32 lines
463 B
SCSS
.modal.history-modal {
|
|
button {
|
|
float: none;
|
|
}
|
|
.modal-body {
|
|
height: 62vh;
|
|
}
|
|
.modal-inner-container {
|
|
min-height: 400px;
|
|
}
|
|
#revisions {
|
|
max-width: 90vw;
|
|
}
|
|
#display-modes {
|
|
display: none;
|
|
}
|
|
#revision-numbers {
|
|
line-height: $line-height-large;
|
|
}
|
|
img {
|
|
max-width: 95%;
|
|
height: auto;
|
|
}
|
|
.revision-content {
|
|
table {
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
word-wrap: break-word;
|
|
}
|
|
}
|
|
}
|