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

46 lines
641 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;
}
}
.modal-footer {
text-align: center;
}
#revision-controls {
margin-bottom: 5px;
}
#revision-footer-buttons {
button {
@extend .btn-small;
}
}
}