mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
small css adjustments
This commit is contained in:
parent
f0a2900f01
commit
fece33ccaf
@ -7,6 +7,7 @@
|
||||
|
||||
.mainSection {
|
||||
display: flex;
|
||||
overflow-y: scroll;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user