This commit is contained in:
Maciej Caderek
2022-04-01 22:18:17 +02:00
parent bec863cf80
commit fdb2d7c48a
4 changed files with 9 additions and 6 deletions

View File

@@ -83,6 +83,9 @@ button,
color: var(--color-text-contrast);
border-radius: 5px;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
button:hover,

View File

@@ -10,21 +10,21 @@
}
.header__logo {
padding: 1rem 2rem;
padding: 1rem;
text-align: left;
color: var(--color-text-dimmed);
}
.header__logo-pic {
height: 2rem;
max-width: 320px;
max-width: 200px;
background-image: var(--logo-url);
background-repeat: no-repeat;
background-size: contain;
}
.header__options {
padding: 0 2rem 0;
padding: 0 1rem 0;
text-align: right;
}

View File

@@ -46,7 +46,7 @@
}
.move__id,
.move__ply {
display: inline;
display: inline-block;
margin-right: 0.6rem;
width: auto;
}