refactor: split monolithic App.css into feature-based co-located CSS files

This commit is contained in:
Xiaohan-Tian
2026-04-09 17:31:49 -07:00
parent 58cb4cebef
commit 17610f12f3
28 changed files with 2035 additions and 2029 deletions
+16
View File
@@ -0,0 +1,16 @@
/* Status bar */
.status-bar {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #2d2d2d;
padding: 5px 10px;
font-size: 12px;
color: #999;
border-top: 1px solid #3a3a3a;
height: 30px;
}
.status-right span {
margin-left: 15px;
}