post pre release fixes
This commit is contained in:
parent
db0a088492
commit
cd92e95a10
73 changed files with 522 additions and 16 deletions
|
@ -17,18 +17,15 @@ img {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.grid-container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
|
||||
grid-template-rows: repeat(31, minmax(31px, 1fr));
|
||||
gap: 5px;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 5px;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
|
@ -37,7 +34,8 @@ img {
|
|||
align-items: center;
|
||||
background-color: var(--bg-primary);
|
||||
border: 2px solid var(--color-secondary);
|
||||
width: 88px;
|
||||
width: fit-content;
|
||||
min-width: 88px;
|
||||
height: 31px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue