danielle2003 commited on
Commit
dfdd808
·
verified ·
1 Parent(s): 65dcf7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -1365,18 +1365,16 @@ if st.session_state.framework == "dash":
1365
 
1366
  [class*="st-key-nav-2"]{{
1367
 
1368
- border-radius:80px !important;
1369
  border-radius:80px !important;
1370
- width:380px !important;
1371
- margin-top:-18px !important;
1372
- background-image: url(data:image/png;base64,{base64.b64encode(open("txt.png", "rb").read()).decode()});
1373
  background-size: contain; /* size of the image */
1374
  background-repeat: no-repeat;
1375
  color :black !important;
1376
  padding:10px;
1377
- padding-left:15px;
1378
- height:50px !important;
1379
- margin-left:-7px !important;
1380
 
1381
  }}
1382
  [class*="st-key-nav-3"]{{
 
1365
 
1366
  [class*="st-key-nav-2"]{{
1367
 
1368
+ border-radius:80px !important;
1369
  border-radius:80px !important;
1370
+ width:280px !important;
1371
+ margin-top:-22px !important;
1372
+ background-image: url(data:image/png;base64,{base64.b64encode(open("img.png", "rb").read()).decode()});
1373
  background-size: contain; /* size of the image */
1374
  background-repeat: no-repeat;
1375
  color :black !important;
1376
  padding:10px;
1377
+ padding-left:25px;
 
 
1378
 
1379
  }}
1380
  [class*="st-key-nav-3"]{{