浏览代码

1st bootstrap 5 cosmetic fixes

Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 1 天之前
父节点
当前提交
f33768fe32
共有 2 个文件被更改,包括 74 次插入87 次删除
  1. 5 0
      public/styles/style-bootstrap.css
  2. 69 87
      views/default3.handlebars

+ 5 - 0
public/styles/style-bootstrap.css

@@ -954,6 +954,11 @@ NoMeshesPanel img {
     -webkit-overflow-scrolling: touch;
 }
 
+#xdevices th {
+    color: gray;
+    text-align: center;
+}
+
 #xdevicesmap {
     height: calc(100vh - 239px);
     width: 100%;

文件差异内容过多而无法显示
+ 69 - 87
views/default3.handlebars