1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-24 07:03:13 +01:00

make settings modal less wider

This commit is contained in:
Kushagra Gour 2017-05-31 02:41:08 +05:30
parent 2b7b384112
commit 8ef9adfe06
2 changed files with 8 additions and 1 deletions

View File

@ -351,7 +351,7 @@
</div>
</div>
<div class="modal" id="settingsModal">
<div class="modal modal--settings" id="settingsModal">
<div class="modal__content">
<h1>Settings</h1>

View File

@ -448,6 +448,13 @@ li.CodeMirror-hint-active {
background: rgba(0,0,0,0.6);
transition: all 0.3s;
}
/* Make settings modal smaller */
@media screen and (min-width: 600px) {
.modal--settings {
width: 600px;
margin-left: -300px;
}
}
.saved-items-pane {
position: fixed;
right: 0;