diff --git a/assets/css/fonts.scss b/assets/css/fonts.scss index 313b4b58a..0c714f199 100644 --- a/assets/css/fonts.scss +++ b/assets/css/fonts.scss @@ -27,6 +27,7 @@ -webkit-font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; font-feature-settings: "liga"; + border-radius: 50%; } /* poppins-500 - latin */ diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 39552888b..574f57c94 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -698,6 +698,7 @@ ol li { .show-on-large-screen { display: inline-flex; + flex: 1; } .info-response { diff --git a/components/firebase/feeds.vue b/components/firebase/feeds.vue new file mode 100644 index 000000000..547a8cecd --- /dev/null +++ b/components/firebase/feeds.vue @@ -0,0 +1,85 @@ + + + + + + + + + get_app + + + delete + + + + + + + {{ $t("empty") }} + + + + + + + diff --git a/components/firebase/inputform.vue b/components/firebase/inputform.vue new file mode 100644 index 000000000..0eb0a9e62 --- /dev/null +++ b/components/firebase/inputform.vue @@ -0,0 +1,55 @@ + + + + + + + + + + + + + add + Add + + + + + + diff --git a/components/firebase/login.vue b/components/firebase/login.vue new file mode 100644 index 000000000..0f06d87b2 --- /dev/null +++ b/components/firebase/login.vue @@ -0,0 +1,115 @@ + + + + vpn_key + + + + + + + + Google + + + + + + + + GitHub + + + + + + + diff --git a/components/history.vue b/components/history.vue index 289f5586b..e186cd2ea 100644 --- a/components/history.vue +++ b/components/history.vue @@ -331,6 +331,7 @@ ol li {