Redesign and fix dupe events

This commit is contained in:
2023-06-18 01:49:43 +03:00
parent 28ab992aa1
commit fc6ae4e245
9 changed files with 106 additions and 70 deletions

View File

@@ -22,10 +22,10 @@ function endGame() {
<style scoped lang="scss">
.end {
position: fixed;
bottom: 8px;
left: 50%;
transform: translateX(-50%);
// position: fixed;
// bottom: 8px;
// left: 50%;
// transform: translateX(-50%);
}
.endButton {
@@ -33,7 +33,7 @@ function endGame() {
border: none;
font: inherit;
padding: 8px 12px;
border-bottom: 1px dotted black;
border-bottom: 1px dotted var(--clr-text);
&:hover {
cursor: pointer;