diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index 902ec8af5..ef0fda730 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -558,7 +558,6 @@ code {
transition: all 0.2s ease-in-out;
user-select: text;
width: calc(100% - 8px);
- min-width: 128px;
resize: vertical;
text-overflow: ellipsis;
@@ -570,6 +569,17 @@ code {
}
}
+.method {
+ cursor: pointer;
+
+ &:hover,
+ &:active,
+ &:focus {
+ box-shadow: inset 0 0 0 2px var(--fg-light-color);
+ transition: all 0.2s ease-in-out;
+ }
+}
+
pre {
display: grid;
}
@@ -783,21 +793,12 @@ ol li {
}
#send {
- // #hidden-message {
- // display: none;
- // }
-
&.show {
display: flex;
position: fixed;
top: 12px;
right: 12px;
z-index: 2;
-
- // #hidden-message {
- // display: block;
- // margin-left: 4px;
- // }
}
}
diff --git a/components/collections/index.vue b/components/collections/index.vue
index 4d7b51072..d7ff71c60 100644
--- a/components/collections/index.vue
+++ b/components/collections/index.vue
@@ -4,7 +4,7 @@ TODO:
-->
-
+
{{ $t("generate_docs") }}
-
+