Iceshrimp.NET/Iceshrimp.Frontend/Layout/ModerationLayout.razor.css

39 lines
No EOL
642 B
CSS

::deep {
.input {
display: block;
background-color: var(--foreground-color);
border: none;
outline: none;
width: 100%;
border-radius: 0.5rem;
padding: 0.5rem;
padding-inline: 1rem;
margin: 0.5rem;
}
}
::deep {
h3 {
margin-top: 0.25rem;
font-size: 0.9rem;
}
}
.layout {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 100%;
}
.body {
width: 100%;
height: 100%;
padding-right: 1rem;
padding-left: 1rem;
}
@media(max-width: 1000px){
.sidebar {
display: none;
}
}