refactor(ui): better rendering with Inter font
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
justify-between
|
||||
"
|
||||
>
|
||||
<label for="log" class="font-semibold text-xs py-2">{{ title }}</label>
|
||||
<label for="log" class="font-semibold py-2">{{ title }}</label>
|
||||
</div>
|
||||
<div ref="log" name="log" class="realtime-log">
|
||||
<span v-if="log">
|
||||
<span v-if="log" class="space-y-2">
|
||||
<span
|
||||
v-for="(entry, index) in log"
|
||||
:key="`entry-${index}`"
|
||||
@@ -65,7 +65,7 @@ export default {
|
||||
|
||||
&,
|
||||
span {
|
||||
@apply font-mono;
|
||||
@apply font-mono font-semibold;
|
||||
@apply select-text;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user