georad commited on
Commit
344a756
·
verified ·
1 Parent(s): e73ad9a

Update pages/type_text.py

Browse files
Files changed (1) hide show
  1. pages/type_text.py +10 -24
pages/type_text.py CHANGED
@@ -14,20 +14,6 @@ hide_streamlit_style = """
14
  <style>
15
 
16
  #div[class='css-4z1n4l ehezqtx5']{
17
- #background: rgba(0, 0, 0, 0.3);
18
- #color: #fff;
19
- #border-radius: 15px;
20
- #height: 40px;
21
- #max-width: 160px;
22
- #position: fixed;
23
- #top: 50%;
24
- #left: 50%;
25
- #transform: translate(-50%, -50%);
26
- #width: 50%;
27
- #}
28
-
29
- #div[class='css-4z1n4l ehezqtx5']{
30
- #div[data-testid="stApp"]{
31
 
32
  div[data-testid="stStatusWidget"]{
33
  visibility: visible;
@@ -35,17 +21,17 @@ hide_streamlit_style = """
35
  position: sticky;
36
  }
37
 
38
- div[data-testid="stBaseButton-header"]{
39
- visibility: visible;
40
- height: auto;
41
- position: sticky;
42
- }
43
 
44
- div[class="st-emotion-cache-1mw7iut emoooxk3"]{
45
- visibility: visible;
46
- height: auto;
47
- position: sticky;
48
- }
49
 
50
  </style>
51
  """
 
14
  <style>
15
 
16
  #div[class='css-4z1n4l ehezqtx5']{
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  div[data-testid="stStatusWidget"]{
19
  visibility: visible;
 
21
  position: sticky;
22
  }
23
 
24
+ #div[data-testid="stBaseButton-header"]{
25
+ #visibility: visible;
26
+ #height: auto;
27
+ #position: sticky;
28
+ #}
29
 
30
+ #div[class="stAppEmbeddingID"]{
31
+ #visibility: visible;
32
+ #height: auto;
33
+ #position: sticky;
34
+ #}
35
 
36
  </style>
37
  """