We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8360495 commit e81a56eCopy full SHA for e81a56e
demo/src/App.vue
@@ -23,9 +23,9 @@
23
v-if="showChat"
24
/>
25
26
- <div class="version-container">
+ <!-- <div class="version-container">
27
v1.0.0
28
- </div>
+ </div> -->
29
</div>
30
31
</template>
@@ -127,9 +127,9 @@ body {
127
line-height: 1.5;
128
padding: 10px 20px 20px;
129
130
- // * {
131
- // font-weight: 300;
132
- // }
+ @media only screen and (max-width: 768px) {
+ padding: 0;
+ }
133
}
134
135
select {
@@ -177,6 +177,11 @@ select {
177
&:active {
178
opacity: 0.6;
179
180
+
181
182
+ padding: 3px 6px;
183
+ font-size: 13px;
184
185
186
187
0 commit comments