mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-21 22:36:05 +08:00
Updated code block lang order and added extra pascal option
- Fixed modal window sizing/positioning to be properly center and responsive. Related to #1730
This commit is contained in:
@ -94,9 +94,10 @@
|
||||
.popup-body {
|
||||
background-color: #FFF;
|
||||
max-height: 90%;
|
||||
width: 1200px;
|
||||
max-width: 1200px;
|
||||
width: 90%;
|
||||
height: auto;
|
||||
margin: 2% 5%;
|
||||
margin: 2% auto;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
|
||||
overflow: hidden;
|
||||
|
Reference in New Issue
Block a user