Browse Source

refactor(gui-v2): reduce header height to 56px

pull/2837/head
braks 2 years ago
parent
commit
c6a80f20f0
  1. 12
      packages/nc-gui-v2/assets/style-v2.scss

12
packages/nc-gui-v2/assets/style-v2.scss

@ -1,3 +1,11 @@
:root {
--header-height: 56px;
}
.ant-layout-header {
height: var(--header-height) !important;
}
html,
body,
#__nuxt,
@ -57,10 +65,6 @@ h1, h2, h3, h4, h5, h6, p, label, button, textarea, select {
@apply color-transition;
}
:root {
--header-height: 64px;
}
html {
overflow-y: auto !important;
}

Loading…
Cancel
Save