@voplus/morpho-document 1.0.0-dev235 → 1.0.0-dev236

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.
@@ -33,7 +33,9 @@
33
33
 
34
34
  .flag-icon {
35
35
  margin-left: 8px;
36
- vertical-align: bottom;
36
+ > svg {
37
+ vertical-align: text-top;
38
+ }
37
39
  }
38
40
  .file-draft,
39
41
  .file-lock {
@@ -64,8 +66,7 @@
64
66
  }
65
67
  &.bar-align-left {
66
68
  .document-pre {
67
- font-size: floor(@heading-1-size * 0.8);
68
- vertical-align: middle;
69
+ font-size: floor(@heading-1-size * 0.85);
69
70
  }
70
71
  }
71
72
  }
@@ -88,8 +89,7 @@
88
89
  }
89
90
  &.bar-align-left {
90
91
  .document-pre {
91
- font-size: floor(@heading-2-size * 0.8);
92
- vertical-align: middle;
92
+ font-size: floor(@heading-2-size * 0.85);
93
93
  }
94
94
  }
95
95
  }
@@ -101,12 +101,11 @@
101
101
  }
102
102
 
103
103
  .document-pre {
104
+ font-size: ceil(@heading-3-size * 0.8);
104
105
  margin-right: ceil(@heading-3-size / @heading-1-size * 10px);
105
- }
106
-
107
- .document-pre {
108
- font-size: floor(@heading-3-size * 0.8);
109
- vertical-align: middle;
106
+ > svg {
107
+ //vertical-align: bottom;
108
+ }
110
109
  }
111
110
  }
112
111
  &.document-header-h4 {
@@ -117,12 +116,11 @@
117
116
  }
118
117
 
119
118
  .document-pre {
119
+ font-size: ceil(@heading-4-size * 0.8);
120
120
  margin-right: ceil(@heading-4-size / @heading-1-size * 10px);
121
- }
122
-
123
- .document-pre {
124
- font-size: floor(@heading-4-size * 0.8);
125
- vertical-align: middle;
121
+ > svg {
122
+ vertical-align: bottom;
123
+ }
126
124
  }
127
125
  }
128
126
  &.document-header-hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-document",
3
- "version": "1.0.0-dev235",
3
+ "version": "1.0.0-dev236",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://voplus.visualstudio.com/morpho-document/_git/morpho-document"