Skip to content

Commit 6a52f0f

Browse files
committed
WIP
1 parent e7361f1 commit 6a52f0f

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

src/webviews/lwc-ui/modules/s/orgMonitoring/orgMonitoring.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@
2828
.monitoring-container {
2929
max-width: 1200px;
3030
margin: 0 auto;
31-
padding: 1rem 1rem; /* reduced outer padding for denser layout */
31+
padding: 1.5rem 2rem;
32+
/* FIXME
33+
padding: 1rem 1rem; */
3234
}
3335

3436
.header-section {
35-
padding: 1rem 1.5rem 0 1.5rem;
37+
margin-bottom: 1rem;
38+
/* FIXME padding: 1rem 1.5rem 0 1.5rem; */
3639
}
3740

3841
.header-content {

src/webviews/lwc-ui/modules/s/packageXml/packageXml.css

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616

1717
/* Header Section */
1818
.header-section {
19-
margin-bottom: 1rem;
20-
/* Removed custom theming and background rules */
19+
margin-bottom: 0.4rem;
20+
/* FIXME */
2121
gap: 0.75rem;
2222
padding: 0.75rem;
23-
/* Removed dark theme overrides */
2423
}
2524

2625
.header-content {
@@ -257,6 +256,18 @@
257256
border: 0;
258257
box-shadow: none;
259258
}
259+
/* FIXME
260+
.info-card {
261+
background: white;
262+
border-radius: 8px;
263+
padding: 1rem;
264+
border: 1px solid #eaeaea;
265+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
266+
}
267+
268+
.info-header {
269+
margin-bottom: 1rem;
270+
} */
260271

261272
.info-title {
262273
font-size: 1rem;

0 commit comments

Comments
 (0)