浏览代码

statusbar: Use horizontal `ch` unit instead of vertical `em`

Renée Kooi 7 年之前
父节点
当前提交
da3df53e4b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/scss/_statusbar.scss

+ 1 - 1
src/scss/_statusbar.scss

@@ -82,7 +82,7 @@
 }
 }
 
 
 .uppy-StatusBar-contentPadding {
 .uppy-StatusBar-contentPadding {
-  margin-right: 0.3em;
+  margin-right: 0.5ch; // ½ the size of a 0, roughly the size of a space usually
 }
 }
 
 
 .uppy-StatusBar-status {
 .uppy-StatusBar-status {