nthakur commited on
Commit
8fd13b9
·
1 Parent(s): 60a3b83

Increase table family marker size.

Browse files

Make circle/diamond markers more visible in the retriever column while keeping alignment unchanged.

Made-with: Cursor

Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -107,7 +107,7 @@ tbody tr:hover { background: #f8fbff; }
107
  .family-marker {
108
  display: inline-block;
109
  margin-right: 8px;
110
- font-size: 0.95rem;
111
  line-height: 1;
112
  vertical-align: middle;
113
  }
 
107
  .family-marker {
108
  display: inline-block;
109
  margin-right: 8px;
110
+ font-size: 1.18rem;
111
  line-height: 1;
112
  vertical-align: middle;
113
  }