Browse Source

Fixed File Descriptor css bug

tobychui 2 năm trước cách đây
mục cha
commit
522d606c25
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      web/desktop.system

+ 4 - 0
web/desktop.system

@@ -955,6 +955,10 @@
                 word-wrap: break-word;
             }
 
+            body.darkTheme .fileDescription{
+                background-color: var(--body_background, #242330);
+            }
+
             /*
                 Background Task UI
             */