Skip to content

Commit 6bef7e6

Browse files
susnuxmejo-
authored andcommitted
Improved styling of saving indicator
Improved the styling of the saving indicator on small screen sizes, previously the contributors menu was overlapped by the saving indicator. Also on dark color mode the saving indicator was inconveniently sticking out by its bright (white) background color, it is now set to the main background color. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
1 parent 033b320 commit 6bef7e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/Editor/Status.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,10 @@ export default {
171171
padding: 0;
172172
text-overflow: ellipsis;
173173
color: var(--color-text-lighter);
174-
position: relative;
175-
background-color: white;
174+
background-color: var(--color-main-background);
176175
width: 38px !important;
177176
height: 38px !important;
178-
left: 25%;
179177
z-index: 2;
180-
top: 0px;
181178
}
182179
183180
.saved-status {

0 commit comments

Comments
 (0)