Fix layout of topics when there is enough space
This commit is contained in:
parent
537c614a57
commit
17b466ea29
|
|
@ -27,7 +27,7 @@ const filteredCircles = computed(() => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="border-l border-gray-500" :class="topicIndex == 0 ? 'ml-6 sm:ml-12' : ''">
|
<div class="basis-40 border-l border-gray-500 first:ml-6 first:sm:ml-12">
|
||||||
<p
|
<p
|
||||||
:id="`topic-${topic.slug}`"
|
:id="`topic-${topic.slug}`"
|
||||||
class="inline-block h-12 self-start px-4 font-bold text-gray-800"
|
class="inline-block h-12 self-start px-4 font-bold text-gray-800"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue