]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
aesthetics
authorMarc Foley <m.foley.88@gmail.com>
Wed, 25 Jun 2025 14:55:59 +0000 (15:55 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Wed, 25 Jun 2025 14:55:59 +0000 (15:55 +0100)
.ci/ds.html

index c6cac5c4cafc61ce12ae41a69cca6dc42ca0b097..5577eff5b7f952e34154dde7be3329332d9b334a 100644 (file)
@@ -16,7 +16,7 @@
 <body>
     <div id="app">
         <div class="flex items-center gap-4 mb-4">
-            <button class="btn btn-primary" @click="addPanel">Add</button>
+            <button class="btn btn-primary" @click="addPanel">+</button>
             <select v-model="selectedSampleText" class="select select-xs select-bordered w-full max-w-xs" @change="applySampleText">
                 <option v-for="sample in sampleTexts" :value="sample">{{ sample }}</option>
             </select>
@@ -76,7 +76,7 @@ Vue.component('font-panel', {
                 <div id="fonts">
                     <link v-for="url in fontUrls" :href="url" rel="stylesheet">
                 </div>
-                <button class="btn btn-xs btn-error" @click="$emit('delete')">Delete</button>
+                <button class="btn btn-xs btn-error" @click="$emit('delete')">-</button>
             </div>
         </div>
         <select v-model="panel.currentFamily" class="select select-xs select-bordered w-full max-w-xs">