We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14da9cf commit a58bdbcCopy full SHA for a58bdbc
desktop/desktop.scss
@@ -10,28 +10,6 @@ $item-height: 40px;
10
.d-header-wrap {
11
top: $item-height;
12
}
13
-
14
- // need to include the menu height in the header offset
15
- // then update the header offset where used in core for sidebar and chat
16
- :root {
17
- --header-offset-with-submenu: calc(
18
- var(--header-offset, 0px) + #{$item-height}
19
- );
20
- }
21
22
- .sidebar-wrapper {
23
- top: var(--header-offset-with-submenu);
24
- height: calc(100vh - var(--header-offset-with-submenu, 0px));
25
26
27
- html.has-full-page-chat body #main-outlet {
28
- max-height: calc(
29
- var(--chat-vh, 1vh) *
30
- 100 -
31
- var(--header-offset-with-submenu, 0px) -
32
- var(--composer-height, 0px)
33
34
35
36
37
.top-menu {
0 commit comments