deprived-main-website/OpenBirchWebsite/Pages/OpenBirch.razor.css

13 lines
211 B
CSS
Raw Permalink Normal View History

2024-07-14 16:24:54 +02:00
.console-container {
height: 100%;
padding: 0;
}
.console-container > div:first-child {
background-color: #191724;
}
.reverse-scroll-start {
display: flex;
flex-direction: column-reverse;
}