Skip to content

Commit 1d98302

Browse files
committed
Bump v7.0.0-beta.0
Signed-off-by: greta <gretadoci@gmail.com>
1 parent e1568aa commit 1d98302

File tree

3 files changed

+39
-38
lines changed

3 files changed

+39
-38
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@nextcloud/logger": "^2.3.0",
4343
"@nextcloud/moment": "^1.2.1",
4444
"@nextcloud/router": "^2.0.0",
45-
"@nextcloud/vue": "^6.0.0-beta.6",
45+
"@nextcloud/vue": "^7.0.0-beta.0",
4646
"@nextcloud/vue-dashboard": "^2",
4747
"@riophae/vue-treeselect": "^0.4.0",
4848
"@vue/babel-preset-app": "^5.0.8",

src/components/MailboxThread.vue

+31-30
Original file line numberDiff line numberDiff line change
@@ -244,38 +244,39 @@ export default {
244244
display: flex;
245245
}
246246
247-
.app-content-list-item:hover {
248-
background: transparent;
249-
}
247+
.app-content-list-item:hover {
248+
background: transparent;
249+
}
250250
251-
.button {
252-
background-color: var(--color-main-background);
253-
margin-bottom: 3px;
254-
right: 2px;
251+
.button {
252+
background-color: var(--color-main-background);
253+
margin-bottom: 3px;
254+
right: 2px;
255255
256-
&:hover,
257-
&:focus {
258-
background-color: var(--color-background-dark);
256+
&:hover,
257+
&:focus {
258+
background-color: var(--color-background-dark);
259+
}
260+
}
261+
262+
#app-content-wrapper {
263+
display: flex;
264+
}
265+
::v-deep .button-vue--vue-secondary {
266+
box-shadow: none;
267+
}
268+
.envelope-list {
269+
overflow-y: auto;
270+
padding: 0 4px;
271+
}
272+
.information-icon {
273+
opacity: .7;
274+
}
275+
.header__button {
276+
display: flex;
277+
flex: 1 0 0;
278+
flex-direction: column;
279+
height: calc(100vh - var(--header-height));
259280
}
260-
}
261281
262-
#app-content-wrapper {
263-
display: flex;
264-
}
265-
::v-deep .button-vue--vue-secondary {
266-
box-shadow: none;
267-
}
268-
.envelope-list {
269-
overflow-y: auto;
270-
padding: 0 4px;
271-
}
272-
.information-icon {
273-
opacity: .7;
274-
}
275-
.header__button {
276-
display: flex;
277-
flex: 1 0 0;
278-
flex-direction: column;
279-
height: calc(100vh - var(--header-height));
280-
}
281282
</style>

0 commit comments

Comments
 (0)