Vanessa пре 1 година
родитељ
комит
82eda6f63a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/electron/boot.html

+ 1 - 1
app/electron/boot.html

@@ -27,7 +27,7 @@
     <div id="progress"
     <div id="progress"
          style="position: absolute;height: 1px;background-color: #d23f31;transition: width 50ms cubic-bezier(0, 0, 0.2, 1);top:0"></div>
          style="position: absolute;height: 1px;background-color: #d23f31;transition: width 50ms cubic-bezier(0, 0, 0.2, 1);top:0"></div>
     <div id="details"
     <div id="details"
-         style="color: #9aa0a6;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 8px;line-height: 1.25"></div>
+         style="color: #9aa0a6;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 8px;height: 16px;line-height: 16px;"></div>
 </div>
 </div>
 <script>
 <script>
     const sleep = (ms) => {
     const sleep = (ms) => {