Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 0e0fab8

Browse files
fix: component was refactored
Signed-off-by: peterpeterparker <[email protected]>
1 parent e96df10 commit 0e0fab8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

studio/src/app/pages/editor/app-editor/app-editor.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ ion-nav app-editor ion-content {
4747
}
4848
}
4949

50-
app-actions-editor {
50+
app-actions-deck-editor {
5151
position: absolute;
5252
top: 0;
5353
right: 0;
5454
width: 96px;
5555
}
5656

5757
@media screen and (max-width: 1200px) {
58-
app-actions-editor {
58+
app-actions-deck-editor {
5959
position: inherit;
6060
width: inherit;
6161
}
@@ -102,7 +102,7 @@ app-editor {
102102

103103
&:not(.ready) {
104104
app-breadcrumbs,
105-
app-actions-editor {
105+
app-actions-deck-editor {
106106
display: none;
107107
}
108108
}

studio/src/global/theme/editor/editor-fullscreen.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
display: none;
105105
}
106106

107-
app-actions-editor {
107+
app-actions-deck-editor {
108108
position: inherit;
109109
}
110110
}

0 commit comments

Comments
 (0)