Skip to content

Commit b1315e9

Browse files
author
Sami Kolari
committed
mobile, community, getting started updates
1 parent 354600b commit b1315e9

24 files changed

+893
-395
lines changed

package-lock.json

Lines changed: 24 additions & 176 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11+
"@highlightjs/vue-plugin": "1.0.2",
1112
"core-js": "^3.6.5",
13+
"highlight.js": "10.7.2",
1214
"register-service-worker": "^1.7.1",
1315
"vue": "^3.0.0",
1416
"vue-i18n": "9.1.6",

public/img/Gmail.svg

Lines changed: 7 additions & 0 deletions
Loading

public/img/RF.svg

Lines changed: 1 addition & 1 deletion
Loading

public/img/Slack.svg

Lines changed: 33 additions & 0 deletions
Loading

src/assets/css/elements.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
@media screen and (max-width: 768px) {
7373
.theme-button {
74-
padding: var(--size-3xsmall) var(--size-xsmall);
74+
padding: var(--size-3xsmall) var(--size-2xsmall);
7575
}
7676
}
7777

src/assets/css/text.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@ button {
8686
font-size: 1rem;
8787
}
8888

89-
article > p:last-of-type {
90-
margin-bottom: 0;
89+
code {
90+
border: 0.1rem inset;
91+
padding: var(--size-3xsmall);
92+
background-color: rgba(150, 150, 150, 0.1);
9193
}
9294

9395
.dense {

src/assets/css/transitions.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.fade-down-leave-active,
99
.opacity-enter-active,
1010
.opacity-leave-active {
11-
transition: transform 0.25s, opacity 0.25s;
11+
transition: transform 0.25s, opacity 0.15s;
1212
transition-timing-function: cubic-bezier(0.14, 0.7, 0.56, 0.92);
1313
}
1414

0 commit comments

Comments
 (0)