@electerm/electerm-react 1.39.47 → 1.39.56

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.
@@ -81,9 +81,11 @@ export default class Index extends Component {
81
81
  } = store
82
82
  const cls = classnames({
83
83
  loaded: configLoaded,
84
+ 'not-webapp': !window.et.isWebApp,
84
85
  'system-ui': store.config.useSystemTitleBar,
85
86
  'not-system-ui': !store.config.useSystemTitleBar,
86
- 'is-mac': isMac && !window.et.isWebApp,
87
+ 'is-mac': isMac,
88
+ 'not-mac': !isMac,
87
89
  'is-win': isWin,
88
90
  pinned,
89
91
  'qm-pinned': pinnedQuickCommandBar,
@@ -7,9 +7,10 @@
7
7
  ::-webkit-scrollbar
8
8
  width 0
9
9
  display none
10
- .not-system-ui.is-mac
10
+ .not-system-ui.is-mac.not-webapp
11
11
  .tabs-inner
12
12
  margin-left 72px
13
+ .not-system-ui.not-mac.not-webapp
13
14
  .tabs-extra
14
15
  right 96px
15
16
  .tabs-inner
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@electerm/electerm-react",
3
- "version": "1.39.47",
3
+ "version": "1.39.56",
4
4
  "description": "react components src for electerm",
5
5
  "main": "./client/components/main/main.jsx",
6
6
  "license": "MIT",