Skip to content

Commit

Permalink
Merge pull request #10514 from nextcloud/chore/bump-nextcloud-vue-to-…
Browse files Browse the repository at this point in the history
…7.12.5

chore(deps): bump nextcloud/vue from 7.12.4 to 7.12.5
  • Loading branch information
nickvergessen authored Sep 16, 2023
2 parents 2c0d50e + 8bacd4e commit 8cc658f
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 71 deletions.
224 changes: 181 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.4",
"@nextcloud/vue": "^7.12.5",
"attachmediastream": "^2.1.0",
"crypto-js": "^4.1.1",
"debounce": "^1.2.1",
Expand Down
29 changes: 2 additions & 27 deletions src/components/MessagesList/MessagesGroup/Message/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1057,17 +1057,6 @@ export default {

.message-body__main__text--markdown {
:deep(.rich-text--wrapper) {
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin: 12px 0;
color: var(--color-text-light);
}

h1 {
font-size: 32px;
line-height: 36px;
}

// Overwrite core styles, otherwise h4 is lesser than default font-size
h4 {
font-size: 100%;
Expand All @@ -1077,21 +1066,12 @@ export default {
font-style: italic;
}

ul {
padding-left: 20px;
list-style-type: disc;
}

ol {
padding-left: 20px;
list-style-type: decimal;
}

pre {
padding: 4px;
margin: 2px 0;
border-radius: var(--border-radius);
background-color: var(--color-background-dark);
overflow-x: auto;

& code {
margin: 0;
Expand All @@ -1109,8 +1089,7 @@ export default {

blockquote {
position: relative;
color: var(--color-text-lighter);
padding-left: 10px;
border-left: none;

&::before {
content: ' ';
Expand All @@ -1123,10 +1102,6 @@ export default {
background-color: var(--color-border);
}
}

pre {
overflow-x: auto;
}
}
}
</style>

0 comments on commit 8cc658f

Please sign in to comment.