minor tweaks to CSS ordering, precedence + formatting tweaks and shifting titles -> Popovers. Still have probs with Popovers being clipped by parent
This commit is contained in:
parent
9d53e484b6
commit
802e5912d3
5 changed files with 232 additions and 200 deletions
|
@ -1,10 +1,11 @@
|
|||
<script>
|
||||
import tabler from 'yesvelte/css/tabler.min.css?url';
|
||||
import '../app.css';
|
||||
|
||||
import { Navbar, NavbarItem } from 'yesvelte';
|
||||
|
||||
let theme = 'tabler';
|
||||
|
||||
import '../app.css';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
|
|
|
@ -714,7 +714,7 @@
|
|||
</AccordionBody>
|
||||
</Accordion>
|
||||
</Accordions>
|
||||
<p>Showing {filteredTechnologies.length} technology tiles.</p>
|
||||
<p>Showing {filteredTechnologies.length} active technology tiles.</p>
|
||||
<!--<p>Current URL: {$page.url}...</p>-->
|
||||
<div class="tiles">
|
||||
{#each filteredTechnologies as technology, index}
|
||||
|
@ -724,7 +724,7 @@
|
|||
<TechnologyTile {technology} {affiliate_colours} {licenses} {showModal}/>
|
||||
{/if}-->
|
||||
{:else}
|
||||
<p class='no-tiles'>No technologies are selected</p>
|
||||
<p class='no-tiles'>No technologies with active instances are selected.<br/> If you selected a filter tag but no technologies appear, it is because that technology is in a testing or planning stage and does not yet have a publicly visible instance.</p>
|
||||
{/each}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue