@fiduswriter/editor 0.1.71 → 0.1.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/editor.css +5 -0
- package/package.json +1 -1
package/css/editor.css
CHANGED
|
@@ -1221,6 +1221,11 @@ body.no-scroll {
|
|
|
1221
1221
|
display: none;
|
|
1222
1222
|
}
|
|
1223
1223
|
|
|
1224
|
+
/* Document comments always stay visible at the end of the article on mobile. */
|
|
1225
|
+
#global-comments .margin-box.comment {
|
|
1226
|
+
display: block;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1224
1229
|
#margin-box-filter {
|
|
1225
1230
|
position: fixed !important;
|
|
1226
1231
|
top: 195px !important;
|