Ostatnie szlify na dziś...chyba

This commit is contained in:
Dark Steveneq
2025-09-22 22:46:30 +02:00
parent fed06b2f13
commit 47159a92c8
4 changed files with 38 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ html {
header {
padding: 1rem 1.5rem;
height: 1.5rem;
border-bottom: solid 3px var(--colorBase);
}
@@ -26,9 +27,9 @@ a:hover {
flex-direction: column;
justify-content: space-between;
position: fixed;
top: 0rem;
top: 2rem;
width: 100vw;
height: 100vh;
height: calc(100vh - 2rem);
text-align: center;
background: linear-gradient(180deg,
@@ -219,15 +220,19 @@ input[type="number"] {
max-height: calc(100vh - 4rem);
}
#gra table {
margin: auto;
border-radius: .3rem;
background: var(--colorBase);
}
#gra aside {
display: none;
border-radius: .3rem;
background: var(--colorBase);
position: fixed;
right: 1rem;
margin: 1rem;
padding: 1rem;
width: 18rem;
width: 15rem;
}
#gra aside div {
@@ -251,7 +256,7 @@ input[type="number"] {
#gra button {
width: 3.5rem;
height: 5rem;
height: 3.5rem;
}
#gra button:hover {