fix(web): prevent jumping the page contents on mobile when editing notes offline (#1294)
This commit is contained in:
@@ -56,6 +56,7 @@ $heading-height: 75px;
|
|||||||
&:disabled {
|
&:disabled {
|
||||||
color: var(--editor-title-input-color);
|
color: var(--editor-title-input-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
@@ -65,9 +66,12 @@ $heading-height: 75px;
|
|||||||
#save-status-container {
|
#save-status-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-width: 16ch;
|
min-width: 16ch;
|
||||||
max-width: 16ch;
|
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
max-width: 16ch;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#save-status {
|
#save-status {
|
||||||
|
|||||||
Reference in New Issue
Block a user