1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

fix: improve styling for errors

This commit is contained in:
Ondřej Synáček
2020-12-25 10:03:50 +01:00
parent a4c6d51bcc
commit 2d195fd48c
2 changed files with 24 additions and 1 deletions

View File

@ -1,7 +1,9 @@
<style>
#status {
flex: 1;
height: 2rem;
min-height: 1rem;
max-height: 3rem;
overflow: auto;
margin: 5px;
}
@ -11,6 +13,13 @@
overflow: hidden;
white-space: nowrap;
}
.status-item--error {
box-sizing: border-box;
border: 1px solid firebrick;
background-color: salmon;
color: darkred;
}
</style>
<script>