Browse Source

small css adjustments

pull/2242/head
t1enne 3 years ago
parent
commit
fece33ccaf
  1. 1
      web/components/ui/Content/Content.module.scss
  2. 4
      web/components/ui/Sidebar/Sidebar.module.scss

1
web/components/ui/Content/Content.module.scss

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
.mainSection {
display: flex;
overflow-y: scroll;
flex-direction: column;
}

4
web/components/ui/Sidebar/Sidebar.module.scss

@ -1,16 +1,12 @@ @@ -1,16 +1,12 @@
.root {
background-color: var(--theme-color-background-chat);
display: none;
// --header-h: 64px;
}
@media (min-width: 768px) {
.root {
position: sticky;
// top: var(--header-h);
display: block;
// height: calc(100vh - var(--header-h));
// max-height: calc(100vh - var(--header-h));
}
}
/*

Loading…
Cancel
Save