update css
This commit is contained in:
parent
24d4644432
commit
be5fd4d82f
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
padding: 4px;
|
||||
border: 2px solid rgb(255, 255, 255);
|
||||
border-radius: 16px;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 0 2px rgb(0, 0, 0);
|
||||
}
|
||||
.playButton {
|
||||
left: 0;
|
||||
|
@ -16,4 +18,7 @@
|
|||
.editButton {
|
||||
right: 8px;
|
||||
bottom: 8px;
|
||||
}
|
||||
.interface {
|
||||
position: relative;
|
||||
}
|
Loading…
Reference in a new issue