Add slight radius to document close button
This commit is contained in:
parent
f4eb4d58b0
commit
fc56be9466
1 changed files with 5 additions and 2 deletions
|
|
@ -49,10 +49,13 @@ const mode = ref<
|
|||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
||||
border: 2px solid black;
|
||||
border-radius: 4px;
|
||||
padding: 0 4px;
|
||||
|
||||
color: white;
|
||||
background-color: black;
|
||||
border: 2px solid black;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
.close:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue