Iceshrimp.NET/Iceshrimp.Frontend/Components/ErrorUi.razor.css
2024-09-10 01:51:27 +02:00

41 lines
No EOL
623 B
CSS

.log-block {
margin-top: 1rem;
align-self: center;
max-width: 80vw;
max-height: 50vh;
overflow: auto;
background-color: black;
border-radius: 1rem;
padding: 0.5rem;
user-select: all;
}
.version {
max-width: 80vw;
display: flex;
flex-direction: column;
margin-top: 1rem;
}
.error-ui {
display: flex;
flex-direction: column;
align-items: center;
}
code {
color: lightgray;
user-select: all;
}
.value {
margin-bottom: 0.5rem;
max-width: 100vw;
overflow: auto;
}
.body {
display: flex;
flex-direction: column;
padding: 1rem;
}