Skip to content

Commit 9214dc6

Browse files
committed
fix css for now
1 parent 0ef25f3 commit 9214dc6

File tree

1 file changed

+4
-90
lines changed
  • apps/vps-web/src/app/custom-nodes/classes

1 file changed

+4
-90
lines changed

apps/vps-web/src/app/custom-nodes/classes/style.css

Lines changed: 4 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
gap: 1px;
55
background-color: #e5e7eb;
66
padding: 2px;
7-
/* border-radius: 8px; */
8-
/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
97
}
108

119
.draw-grid-cell {
@@ -32,8 +30,6 @@
3230

3331
.control-panel {
3432
position: relative;
35-
/* top: 20px;
36-
right: 20px; */
3733
background: white;
3834
padding: 20px;
3935
border-radius: 8px;
@@ -44,8 +40,8 @@
4440
}
4541

4642
.control-panel.collapsed {
47-
width: 44px; /* Enough width for the button (24px) + padding (10px * 2) */
48-
height: 44px; /* Same as width for symmetry */
43+
width: 44px;
44+
height: 44px;
4945
padding: 10px;
5046
background: white;
5147
}
@@ -76,11 +72,11 @@
7672
background: #e2e8f0;
7773
border-radius: 3px;
7874
outline: none;
79-
-webkit-appearance: none;
75+
appearance: none;
8076
}
8177

8278
.control-group input[type='range']::-webkit-slider-thumb {
83-
-webkit-appearance: none;
79+
appearance: none;
8480
width: 18px;
8581
height: 18px;
8682
background: #3b82f6;
@@ -130,88 +126,6 @@
130126
background-color: #2563eb;
131127
}
132128

133-
:root {
134-
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
135-
line-height: 1.5;
136-
font-weight: 400;
137-
138-
color-scheme: light dark;
139-
color: rgba(255, 255, 255, 0.87);
140-
background-color: #242424;
141-
142-
font-synthesis: none;
143-
text-rendering: optimizeLegibility;
144-
-webkit-font-smoothing: antialiased;
145-
-moz-osx-font-smoothing: grayscale;
146-
}
147-
148-
/* a {
149-
font-weight: 500;
150-
color: #646cff;
151-
text-decoration: inherit;
152-
}
153-
a:hover {
154-
color: #535bf2;
155-
}
156-
157-
h1 {
158-
font-size: 3.2em;
159-
line-height: 1.1;
160-
}
161-
162-
.logo {
163-
height: 6em;
164-
padding: 1.5em;
165-
will-change: filter;
166-
transition: filter 300ms;
167-
}
168-
.logo:hover {
169-
filter: drop-shadow(0 0 2em #646cffaa);
170-
}
171-
.logo.vanilla:hover {
172-
filter: drop-shadow(0 0 2em #3178c6aa);
173-
}
174-
175-
.card {
176-
padding: 2em;
177-
}
178-
179-
.read-the-docs {
180-
color: #888;
181-
}
182-
183-
button {
184-
border-radius: 8px;
185-
border: 1px solid transparent;
186-
padding: 0.6em 1.2em;
187-
font-size: 1em;
188-
font-weight: 500;
189-
font-family: inherit;
190-
background-color: #1a1a1a;
191-
cursor: pointer;
192-
transition: border-color 0.25s;
193-
}
194-
button:hover {
195-
border-color: #646cff;
196-
}
197-
button:focus,
198-
button:focus-visible {
199-
outline: 4px auto -webkit-focus-ring-color;
200-
}
201-
202-
@media (prefers-color-scheme: light) {
203-
:root {
204-
color: #213547;
205-
background-color: #ffffff;
206-
}
207-
a:hover {
208-
color: #747bff;
209-
}
210-
button {
211-
background-color: #f9f9f9;
212-
}
213-
} */
214-
215129
.color-presets {
216130
display: grid;
217131
grid-template-columns: repeat(8, 1fr);

0 commit comments

Comments
 (0)