Added responsive design for editor
Fixes #28 It's not perfect, but it should work well. Suggestions welcome.
This commit is contained in:
parent
adb54a4a88
commit
2bb42138c9
12
edit.html
12
edit.html
|
@ -85,6 +85,18 @@
|
||||||
.applies-to img {
|
.applies-to img {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width:570px) {
|
||||||
|
#header {
|
||||||
|
height: auto;
|
||||||
|
position: inherit;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sections {
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="storage.js"></script>
|
<script src="storage.js"></script>
|
||||||
<script src="messaging.js"></script>
|
<script src="messaging.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user