Merge pull request #613 from wvds/GH-500

Change "Saved" indicator
This commit is contained in:
Yuya Ochiai
2017-10-30 22:58:10 +09:00
committed by GitHub
4 changed files with 84 additions and 48 deletions

View File

@@ -3,16 +3,13 @@
}
.IndicatorContainer {
position: absolute;
height: 100%;
display: flex;
flex-flow: row;
justify-content: flex-start;
align-items: center;
float: left;
padding: 1em;
}
.AutoSaveIndicator {
margin: 0;
padding: 5px 15px;
margin: 0 0 0 10px;
}
.AutoSaveIndicator.AutoSaveIndicator-Leave {