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

38 lines
547 B
SCSS

.modal.history-modal {
.modal-body {
height: 62vh;
}
.modal-inner-container {
min-height: 400px;
}
img {
box-sizing: border-box;
max-width: 100%;
height: auto;
}
.revision-content {
table {
table-layout: fixed;
width: 100%;
word-wrap: break-word;
}
}
#revision-controls {
width: 100%;
justify-content: space-between;
margin-bottom: 0.5em;
}
#revision-footer-buttons {
button {
@extend .btn-small;
}
}
.-tag-revisions {
display: block;
}
}