Skip to content

Commit

Permalink
Improved styling of saving indicator
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
susnux authored and mejo- committed Oct 4, 2022
1 parent efa79f6 commit 8c75361
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Editor/Status.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,10 @@ export default {
padding: 0;
text-overflow: ellipsis;
color: var(--color-text-lighter);
position: relative;
background-color: white;
background-color: var(--color-main-background);
width: 38px !important;
height: 38px !important;
left: 25%;
z-index: 2;
top: 0px;
}
.saved-status {
Expand Down

0 comments on commit 8c75361

Please sign in to comment.