Skip to content

Commit a58bdbc

Browse files
authored
DEV: remove header-offset changes due to core fix (#21)
1 parent 14da9cf commit a58bdbc

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

desktop/desktop.scss

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,6 @@ $item-height: 40px;
1010
.d-header-wrap {
1111
top: $item-height;
1212
}
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-
}
3513
}
3614

3715
.top-menu {

0 commit comments

Comments
 (0)