add try catch
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
*{
|
||||
* {
|
||||
background-color: darkgray;
|
||||
}
|
||||
|
||||
#activeholder{
|
||||
#activeholder {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
left: 0%;
|
||||
bottom: 0%;
|
||||
}
|
||||
|
||||
.activepart{
|
||||
.activepart {
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
padding: auto;
|
||||
@@ -22,37 +22,38 @@
|
||||
background-color: lightgray;
|
||||
}
|
||||
|
||||
#audiopart{
|
||||
#audiopart {
|
||||
background-color: transparent;
|
||||
background-image: url("assets/play.png");
|
||||
}
|
||||
|
||||
#trashcan{
|
||||
#trashcan {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-color:red;
|
||||
background-color: red;
|
||||
background-image: url("assets/trashcan.png");
|
||||
}
|
||||
|
||||
#verify{
|
||||
#verify {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-image: url("assets/verify.png");
|
||||
background-color: darksalmon;
|
||||
}
|
||||
|
||||
.status{
|
||||
.status {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
opacity: 0;
|
||||
background-image: url("assets/fail.png");
|
||||
}
|
||||
|
||||
th, td {
|
||||
th,
|
||||
td {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.itemcont{
|
||||
.itemcont {
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
@@ -61,18 +62,17 @@ th, td {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin: 10px;
|
||||
overflow-wrap: break-word;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
padding: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.itemstor > *{
|
||||
.itemstor>* {
|
||||
margin: 16px;
|
||||
}
|
||||
|
||||
#vzoritem{
|
||||
#vzoritem {
|
||||
bottom: 4%;
|
||||
left: 4%;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user