parent
cae4acfbd3
commit
c4603c7a96
14 changed files with 21 additions and 25 deletions
|
|
@ -116,7 +116,7 @@ export default defineComponent({
|
|||
|
||||
> .items {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
|
||||
grid-gap: 16px;
|
||||
padding: 0 16px;
|
||||
|
||||
|
|
@ -141,8 +141,8 @@ export default defineComponent({
|
|||
margin-right: 0;
|
||||
margin-bottom: 6px;
|
||||
font-size: 1.5em;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 54px;
|
||||
height: 54px;
|
||||
aspect-ratio: 1;
|
||||
background: var(--panel);
|
||||
border-radius: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue