@docmd/themes 0.5.3 → 0.5.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docmd/themes",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Official themes for docmd.",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -102,8 +102,7 @@ h6 {
102
102
  .content-theme-cover {
103
103
  position: fixed;
104
104
  overflow: scroll;
105
- height: stretch;
106
- width: stretch;
105
+ height: 100%;
107
106
  border: 1px solid var(--border-color);
108
107
  margin-top: calc(var(--sticky-top-offset) + 5px);
109
108
  border-radius: 3px 0 0 0;
@@ -149,8 +149,7 @@ body {
149
149
  .content-theme-cover {
150
150
  position: fixed;
151
151
  overflow: scroll;
152
- height: stretch;
153
- width: stretch;
152
+ height: 100%;
154
153
  border: 1px solid var(--sky-border);
155
154
  margin-top: calc(var(--sticky-top-offset) + 5px);
156
155
  border-radius: 1.5em 0 0 0;