1
0
Fork 0
mirror of synced 2024-08-19 20:11:42 +12:00
This commit is contained in:
Andrew Kingston 2022-02-21 13:50:20 +00:00
parent 7d9b1fa567
commit 58d7a30894
2 changed files with 1 additions and 5 deletions

View file

@ -193,10 +193,6 @@
.wide { .wide {
grid-column: 2 / -1; grid-column: 2 / -1;
} }
.center {
display: grid;
place-items: center;
}
.buttons { .buttons {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View file

@ -90,7 +90,7 @@
</script> </script>
<DrawerContent> <DrawerContent>
<div className="container"> <div class="container">
<Layout noPadding> <Layout noPadding>
<Body size="S"> <Body size="S">
{#if !filters?.length} {#if !filters?.length}