Make room for timestamp msg in entry editor on small screens
References #83
This commit is contained in:
parent
40b066a3b9
commit
64eeeaafc8
@ -1281,6 +1281,7 @@ summary {
|
||||
}
|
||||
|
||||
#serendipityEntry {
|
||||
padding-top: .5em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -2606,6 +2607,10 @@ img.mfp-img {
|
||||
|
||||
/* SMALL SCREEN */
|
||||
@media only screen and (min-width: 480px) {
|
||||
#serendipityEntry {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#edit_entry_submit {
|
||||
top: -3.25em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user