diff --git a/src/App.vue b/src/App.vue index 8159000..c27293b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -157,4 +157,16 @@ body { .menoutext { font-family: "Lato", sans-serif !important; } +.col-4 { + max-width: 25%; + flex: 0 0 25%; +} +.col-3 { + max-width: 35%; + flex: 0 0 35%; +} +.col-5 { + max-width: 40%; + flex: 0 0 40%; +} diff --git a/src/assets/refresh.png b/src/assets/refresh.png new file mode 100644 index 0000000..45deb4e Binary files /dev/null and b/src/assets/refresh.png differ diff --git a/src/components/doclive/AdhocView.vue b/src/components/doclive/AdhocView.vue index 9790a02..8fa5820 100644 --- a/src/components/doclive/AdhocView.vue +++ b/src/components/doclive/AdhocView.vue @@ -43,13 +43,22 @@ />
- +
+ +