diff --git a/src/components/Card.vue b/src/components/Card.vue
index de5d044..e6a8a44 100644
--- a/src/components/Card.vue
+++ b/src/components/Card.vue
@@ -22,19 +22,23 @@
-
+
-
+
-
+
-
+
-
+
{{ discord }}
@@ -58,6 +62,16 @@ export default {
facebook: String,
discord: String,
},
+ methods: {
+ copyDiscord: function() {
+ // this.$copyText(discord);
+ this.$toasted.show(`Skopiowano do schowka!`, {
+ duration: 2000,
+ className: 'toastcss',
+ icon: 'check',
+ });
+ },
+ },
};
@@ -89,6 +103,9 @@ export default {
.cardInnerInfo {
padding: 0.8rem;
padding-top: 0.6rem;
+ min-height: 100%;
+ width: 100%;
+ position: relative;
.cardInnerInfoTitle {
display: flex;
flex-direction: row;
@@ -117,9 +134,11 @@ export default {
.cardInnerInfoButtons {
display: flex;
flex-direction: row;
- justify-content: right;
- align-items: baseline;
- margin-top: 0.6rem;
+ justify-content: flex-end;
+ position: absolute;
+ bottom: 0.5rem;
+ right: 0.5rem;
+ // margin-top: 0.6rem;
a {
color: var(--graytext);
text-decoration: inherit;
diff --git a/src/layouts/Default.vue b/src/layouts/Default.vue
index d924e1b..5d94d8c 100644
--- a/src/layouts/Default.vue
+++ b/src/layouts/Default.vue
@@ -4,6 +4,14 @@
+
+query {
+ metadata {
+ siteName
+ }
+}
+
+
-
-query {
- metadata {
- siteName
- }
+
+
+
diff --git a/src/pages/Index.vue b/src/pages/Index.vue
index f02aa01..06a4286 100644
--- a/src/pages/Index.vue
+++ b/src/pages/Index.vue
@@ -11,7 +11,7 @@
- Strona w trakcie rewrite-u! Zapraszamy później.
+ Strona w trakcie rewrite-u! Niektóre rzeczy mogą nie działać.