darabos commited on
Commit
c2fdc5c
·
1 Parent(s): 280b4fc

Make the workspace links work anywhere along the row.

Browse files
Files changed (1) hide show
  1. lynxkite-app/web/src/index.css +10 -4
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
- text-decoration: none;
294
- justify-content: space-between;
295
- padding-right: 10px;
 
 
 
 
 
 
 
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,