mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:53:08 +02:00
🎨
This commit is contained in:
parent
37d137b475
commit
477437282d
3 changed files with 5 additions and 5 deletions
|
@ -97,8 +97,8 @@ onMounted(async () => {
|
|||
> .pies {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
||||
grid-gap: 16px;
|
||||
margin-bottom: 16px;
|
||||
grid-gap: 12px;
|
||||
margin-bottom: 12px;
|
||||
|
||||
> .pie {
|
||||
position: relative;
|
||||
|
@ -127,7 +127,7 @@ onMounted(async () => {
|
|||
> .items {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
||||
grid-gap: 16px;
|
||||
grid-gap: 12px;
|
||||
|
||||
> .item {
|
||||
display: flex;
|
||||
|
|
|
@ -109,7 +109,7 @@ onUnmounted(() => {
|
|||
> .charts {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 16px;
|
||||
gap: 12px;
|
||||
|
||||
> .chart {
|
||||
min-width: 0;
|
||||
|
|
|
@ -82,7 +82,7 @@ onMounted(async () => {
|
|||
.root {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
||||
grid-gap: 16px;
|
||||
grid-gap: 12px;
|
||||
|
||||
&:global {
|
||||
> .item {
|
||||
|
|
Loading…
Reference in a new issue