mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
UX: Allow history modal to scale down on smaller screens
This commit is contained in:
parent
884b9d4b78
commit
900f37e5a9
4 changed files with 10 additions and 2 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
#revision-controls {
|
||||
display: inline-block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.revision-content {
|
||||
|
|
|
@ -75,12 +75,13 @@
|
|||
|
||||
.modal-outer-container {
|
||||
display:table;
|
||||
table-layout: fixed;
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
.modal-inner-container {
|
||||
max-width: 710px;
|
||||
max-width: 960px;
|
||||
margin: 0 auto;
|
||||
background-color: $secondary;
|
||||
background-clip: padding-box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue