Make close button square
This commit is contained in:
parent
e4545c5a33
commit
d1371ace02
1 changed files with 1 additions and 10 deletions
|
|
@ -37,19 +37,10 @@ const mode = ref<"calendar" | "egg" | "text">();
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
border-radius: 100px;
|
padding: 0 4px;
|
||||||
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.close:hover {
|
.close:hover {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue