diff --git a/frontend/src/routes/stock/Index.svelte b/frontend/src/routes/stock/Index.svelte index a68693d..577f669 100644 --- a/frontend/src/routes/stock/Index.svelte +++ b/frontend/src/routes/stock/Index.svelte @@ -66,20 +66,7 @@

{t('Stock')}

@@ -115,10 +102,6 @@ {t('notes')} - -
-        {JSON.stringify(data.users,null,2)}
-    
{/if} {/await} \ No newline at end of file diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index 144cea0..0585de2 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -377,6 +377,18 @@ a.wikilink{ padding-right: 5px; } +.grid3 { + display: grid; + grid-template-columns: [left] 1fr [first] 1fr [second] 1fr [right] +} + +.grid3 .locations { + grid-row-end: span 3; +} +.grid3 .notes, .tags{ + grid-column-end: span 2; +} + @media screen and (max-width: 600px) { .grid2{ display: grid; @@ -423,4 +435,13 @@ fieldset.vcard{ .vcard td button.symbol{ float: right; +} + +.cloud .tag{ + border: 1px solid; + border-radius: 4px; + padding: 2px; + margin: 0 6px; + white-space: nowrap; + display: inline flow-root; } \ No newline at end of file diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index fbbe823..0585de2 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -377,10 +377,17 @@ a.wikilink{ padding-right: 5px; } -.grid3{ - display: flex; - flex-flow: wrap; - } +.grid3 { + display: grid; + grid-template-columns: [left] 1fr [first] 1fr [second] 1fr [right] +} + +.grid3 .locations { + grid-row-end: span 3; +} +.grid3 .notes, .tags{ + grid-column-end: span 2; +} @media screen and (max-width: 600px) { .grid2{ diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index 144cea0..0585de2 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -377,6 +377,18 @@ a.wikilink{ padding-right: 5px; } +.grid3 { + display: grid; + grid-template-columns: [left] 1fr [first] 1fr [second] 1fr [right] +} + +.grid3 .locations { + grid-row-end: span 3; +} +.grid3 .notes, .tags{ + grid-column-end: span 2; +} + @media screen and (max-width: 600px) { .grid2{ display: grid; @@ -423,4 +435,13 @@ fieldset.vcard{ .vcard td button.symbol{ float: right; +} + +.cloud .tag{ + border: 1px solid; + border-radius: 4px; + padding: 2px; + margin: 0 6px; + white-space: nowrap; + display: inline flow-root; } \ No newline at end of file