made delete button visible on mobile screens
This commit is contained in:
@@ -178,6 +178,15 @@ export default {
|
|||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.delete {
|
||||||
|
display: initial;
|
||||||
|
position: absolute;
|
||||||
|
font-size: 1rem;
|
||||||
|
top: 5px;
|
||||||
|
right: 5px;
|
||||||
|
color: maroon;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user