Spaces:
Running
Running
Make the workspace links work anywhere along the row.
Browse files
lynxkite-app/web/src/index.css
CHANGED
@@ -286,13 +286,19 @@ body {
|
|
286 |
.entry-list .entry {
|
287 |
display: flex;
|
288 |
border-bottom: 1px solid whitesmoke;
|
289 |
-
padding-left: 10px;
|
290 |
color: #004165;
|
291 |
cursor: pointer;
|
292 |
user-select: none;
|
293 |
-
|
294 |
-
|
295 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
}
|
297 |
|
298 |
.entry-list .open .entry,
|
|
|
286 |
.entry-list .entry {
|
287 |
display: flex;
|
288 |
border-bottom: 1px solid whitesmoke;
|
|
|
289 |
color: #004165;
|
290 |
cursor: pointer;
|
291 |
user-select: none;
|
292 |
+
|
293 |
+
a {
|
294 |
+
text-decoration: none;
|
295 |
+
flex: 1;
|
296 |
+
padding-left: 10px;
|
297 |
+
}
|
298 |
+
|
299 |
+
button {
|
300 |
+
padding-right: 10px;
|
301 |
+
}
|
302 |
}
|
303 |
|
304 |
.entry-list .open .entry,
|