Skip to content

Commit fad9bff

Browse files
authored
Fix dot indicator position in themes list. (#11605)
1 parent ba17ed5 commit fad9bff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

client/components/web-preview/style.scss

+6
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@
212212
left: 50%;
213213
}
214214

215+
.web-preview .pulsing-dot {
216+
right: 24px;
217+
top: 22px;
218+
left: initial;
219+
}
220+
215221
.web-preview__loading-message {
216222
color: $gray;
217223
font-size: 18px;

client/my-sites/themes/style.scss

-6
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@
7070
0 2px 4px lighten( $gray, 20% );
7171
}
7272

73-
.pulsing-dot {
74-
right: 24px;
75-
top: 22px;
76-
left: initial;
77-
}
78-
7973
.themes__upload-button {
8074
float: right;
8175

0 commit comments

Comments
 (0)