File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
contentcuration/contentcuration/frontend/shared/views Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2929 <slot name =" action" ></slot >
3030 </template >
3131 </KToolbar >
32-
32+
3333 <StudioOfflineAlert :offset =" 64" />
34-
34+
3535 <StudioPage
3636 :offline =" offline"
3737 :marginTop =" contentMarginTop"
130130 bottom : 0 ;
131131 left : 0 ;
132132 z-index : 17 ;
133- background-color : white ;
134133 overflow-y : auto ;
134+ background-color : white ;
135135 }
136136
137137 .toolbar-title {
138138 display : block ;
139- margin-inline-start : 16px ;
140- margin-inline-end : 16px ;
141- white-space : nowrap ;
142139 max-width : calc (100% - 80px );
140+ margin-inline-start : 16px ;
141+ margin-inline-end : 16px ;
142+ white-space : nowrap ;
143143 }
144144
145145 </style >
Original file line number Diff line number Diff line change 11<template >
22
3- <main
3+ <main
44 class =" studio-page-outer"
55 :style =" outerStyle"
66 >
4747 },
4848 props: {
4949 offline: { type: Boolean , default: false },
50- marginTop: { type: Number , default: null },
50+ marginTop: { type: Number , default: null },
5151 },
5252 };
5353
You can’t perform that action at this time.
0 commit comments