Browse Source

smaller device status

feature/upgrade_jar
Jonathan Cobb 4 years ago
parent
commit
3b75696c99
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      src/account/DevicesPage.vue
  2. +3
    -0
      src/index.html

+ 1
- 1
src/account/DevicesPage.vue View File

@@ -73,7 +73,7 @@
</select> </select>
</form> </form>
</td> </td>
<td>
<td class="device-connection-status">
<div v-if="device.status.ip"> <div v-if="device.status.ip">
{{device.status.ip}} {{device.status.ip}}
<div v-if="device.status.location"> <div v-if="device.status.location">


+ 3
- 0
src/index.html View File

@@ -108,6 +108,9 @@
.bubble-field-help { .bubble-field-help {
font-size: small; font-size: small;
} }
.device-connection-status {
font-size: small;
}
.bubble-app-icon { .bubble-app-icon {
font-size: x-large; font-size: x-large;
} }


Loading…
Cancel
Save