fix: course card edit and delete button position
This commit is contained in:
@@ -2343,4 +2343,13 @@ select {
|
||||
|
||||
.embed-tool__caption {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card-buttons {
|
||||
display: flex;
|
||||
position: relative;
|
||||
top: 10%;
|
||||
left: 80%;
|
||||
z-index: 10;
|
||||
width: fit-content;
|
||||
}
|
||||
Reference in New Issue
Block a user