@seafile/sdoc-editor 0.1.111-beta → 0.1.112

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.
@@ -1,18 +1,34 @@
1
1
  .menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu {
2
- width: 70px;
3
- max-width: 70px;
2
+ width: 76px;
3
+ max-width: 76px;
4
+ }
5
+
6
+ .menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu.disabled {
7
+ width: 70px !important;
4
8
  }
5
9
 
6
10
  .sdoc-font-family-menu .sdoc-menu-with-dropdown-icon,
7
11
  .sdoc-font-family-menu .sdoc-menu-with-dropdown-icon div {
8
- width: 58px;
12
+ width: 64px;
9
13
  overflow: hidden;
10
14
  text-overflow: ellipsis;
11
15
  white-space: nowrap;
16
+ font-size: 14px;
12
17
  }
13
18
 
14
19
  .sdoc-font-family-menu .sdoc-menu-with-dropdown-icon div {
15
20
  padding-left: 5px;
21
+ color: #212529;
22
+ }
23
+
24
+ .menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu.disabled .sdoc-menu-with-dropdown-icon {
25
+ width: 70px !important;
26
+ }
27
+
28
+ .menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu.disabled .sdoc-menu-with-dropdown-icon div {
29
+ padding-right: 5px;
30
+ width: 70px;
31
+ color: #BDBDBD;
16
32
  }
17
33
 
18
34
  /* sdoc-font-family-menu-popover */
@@ -20,5 +36,5 @@
20
36
  padding: 8px 10px;
21
37
  color: gray;
22
38
  cursor: default;
23
- font-size: 12px;
39
+ font-size: 14px;
24
40
  }
@@ -9,10 +9,17 @@
9
9
  .menu-group .sdoc-font-size-menu .sdoc-menu-with-dropdown-icon,
10
10
  .menu-group .sdoc-font-size-menu .sdoc-menu-with-dropdown-icon div {
11
11
  width: 34px;
12
+ font-size: 14px;
12
13
  }
13
14
 
14
15
  .menu-group .sdoc-font-size-menu .sdoc-menu-with-dropdown-icon div {
15
16
  padding-left: 5px;
17
+ color: #212529;
18
+ }
19
+
20
+ .menu-group .sdoc-menu-with-dropdown.sdoc-font-size-menu.disabled .sdoc-menu-with-dropdown-icon div {
21
+ padding-right: 5px;
22
+ color: #BDBDBD;
16
23
  }
17
24
 
18
25
  .sdoc-font-size-menu-popover .sdoc-dropdown-menu-item .sdoc-check-mark {
@@ -30,5 +37,5 @@
30
37
  }
31
38
 
32
39
  .sdoc-font-size-menu-popover .sdoc-dropdown-menu-item {
33
- font-size: 12px;
40
+ font-size: 14px;
34
41
  }
@@ -15,14 +15,16 @@
15
15
  align-items: center;
16
16
  padding-left: 5px;
17
17
  height: 24px;
18
+ cursor: pointer;
18
19
  }
19
20
 
20
21
  .header-menu .header-toggle .active {
21
- font-size: 12px;
22
+ font-size: 14px;
22
23
  }
23
24
 
24
25
  .header-menu .header-toggle-disabled {
25
- color: #BdBDBD;
26
+ color: #BDBDBD;
27
+ cursor: unset;
26
28
  }
27
29
 
28
30
  .header-menu .header-toggle:not(.header-toggle-disabled):hover {
@@ -58,5 +60,5 @@
58
60
  }
59
61
 
60
62
  .header-menu .header-popover .sdoc-dropdown-menu-item {
61
- font-size: 12px;
63
+ font-size: 14px;
62
64
  }
@@ -15,5 +15,5 @@
15
15
  }
16
16
 
17
17
  .sdoc-table-menu-popover .sdoc-dropdown-menu-item {
18
- font-size: 12px;
18
+ font-size: 14px;
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "0.1.111beta",
3
+ "version": "0.1.112",
4
4
  "private": false,
5
5
  "description": "This is a sdoc editor",
6
6
  "main": "dist/index.js",