Skip to content

Commit

Permalink
fix: ui on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jan 31, 2021
1 parent 765a3f7 commit e8f3c1d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cmd/pkged.go

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions web/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Vue.config.productionTip = false;

Vue.prototype.$http = axios;

Vue.component("notification", Notification);

new Vue({
store: store,
router,
Expand Down
4 changes: 2 additions & 2 deletions web/src/views/Host.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- @format -->

<template>
<div class="columns is-mobile is-centered">
<div class="columns is-desktop is-centered">
<div class="column is-9">
<section>
<b-table
Expand Down Expand Up @@ -101,7 +101,7 @@
>

<b-modal :active.sync="form.isActive" has-modal-card>
<div class="modal-card" style="width: auto; min-width: 500px">
<div class="modal-card" style="width: auto">
<header class="modal-card-head">
<p class="modal-card-title">{{ form.title }}</p>
</header>
Expand Down
2 changes: 1 addition & 1 deletion web/src/views/Hosts.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- @format -->

<template>
<div class="columns is-mobile is-centered">
<div class="columns is-desktop is-centered">
<div class="column is-9">
<section>
<b-table
Expand Down
2 changes: 1 addition & 1 deletion web/src/views/Login.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- @format -->

<template>
<div class="columns is-mobile is-centered">
<div class="columns is-desktop is-centered">
<div class="column is-4">
<template v-if="setup">
<div class="field">
Expand Down
2 changes: 1 addition & 1 deletion web/src/views/Settings.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- @format -->

<template>
<div class="columns is-mobile is-centered">
<div class="columns is-desktop is-centered">
<div class="column is-4">
<br /><br />
<section>
Expand Down

0 comments on commit e8f3c1d

Please sign in to comment.