m-ric commited on
Commit
7434086
·
verified ·
1 Parent(s): 874b675

Update frontend/src/App.css

Browse files
Files changed (1) hide show
  1. frontend/src/App.css +2 -2
frontend/src/App.css CHANGED
@@ -125,14 +125,14 @@ tr:nth-child(even) {
125
  width: 100%;
126
  height: 24px;
127
  background: #eee;
128
- border-radius: 12px;
129
  overflow: hidden;
130
  position: relative;
131
  }
132
 
133
  .vanilla-bar {
134
  height: 14px;
135
- border-radius: 7px;
136
  opacity: 0.6;
137
  }
138
 
 
125
  width: 100%;
126
  height: 24px;
127
  background: #eee;
128
+ border-radius: 5px;
129
  overflow: hidden;
130
  position: relative;
131
  }
132
 
133
  .vanilla-bar {
134
  height: 14px;
135
+ border-radius: 3px;
136
  opacity: 0.6;
137
  }
138