fffiloni commited on
Commit
a7780ed
1 Parent(s): f74ad15

fixed css on share button

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -42,6 +42,12 @@ a {text-decoration-line: underline; font-weight: 600;}
42
  max-width: 13rem;
43
  }
44
 
 
 
 
 
 
 
45
  #share-btn-container:hover {
46
  background-color: #060606;
47
  }
 
42
  max-width: 13rem;
43
  }
44
 
45
+ div#share-btn-container > div {
46
+ flex-direction: row;
47
+ background: black;
48
+ align-items: center;
49
+ }
50
+
51
  #share-btn-container:hover {
52
  background-color: #060606;
53
  }