Skip to content

Commit b06e5f8

Browse files
committed
Optimizing the status bar
暫時沒有更多的想法,就先用簡單的方式呈現最底部的狀態列了。
1 parent c813860 commit b06e5f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<footer>
2-
<div>"vim.html"</div>
2+
<div>1,1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; All&nbsp;</div>
33
</footer>
44
</body>
55
</html>

style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,5 @@ footer {
154154
position: fixed;
155155
bottom: 0;
156156
width: 100%;
157+
text-align: right;
157158
}

0 commit comments

Comments
 (0)