Commit 1d98302 1 parent e1568aa commit 1d98302 Copy full SHA for 1d98302
File tree 3 files changed +39
-38
lines changed
3 files changed +39
-38
lines changed Original file line number Diff line number Diff line change 42
42
"@nextcloud/logger" : " ^2.3.0" ,
43
43
"@nextcloud/moment" : " ^1.2.1" ,
44
44
"@nextcloud/router" : " ^2.0.0" ,
45
- "@nextcloud/vue" : " ^6 .0.0-beta.6 " ,
45
+ "@nextcloud/vue" : " ^7 .0.0-beta.0 " ,
46
46
"@nextcloud/vue-dashboard" : " ^2" ,
47
47
"@riophae/vue-treeselect" : " ^0.4.0" ,
48
48
"@vue/babel-preset-app" : " ^5.0.8" ,
Original file line number Diff line number Diff line change @@ -244,38 +244,39 @@ export default {
244
244
display: flex;
245
245
}
246
246
247
- .app - content- list- item: hover {
248
- background: transparent;
249
- }
247
+ .app - content- list- item: hover {
248
+ background: transparent;
249
+ }
250
250
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 ;
255
255
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));
259
280
}
260
- }
261
281
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
- }
281
282
< / style>
You can’t perform that action at this time.
0 commit comments