File size: 1,085 Bytes
00d1f22
15279b2
00d1f22
 
 
15279b2
 
00d1f22
 
 
15279b2
 
00d1f22
 
 
15279b2
00d1f22
 
 
 
15279b2
 
 
00d1f22
 
 
15279b2
 
 
00d1f22
 
 
15279b2
00d1f22
 
 
 
 
 
a38657c
15279b2
00d1f22
 
 
15279b2
00d1f22
a38657c
39c8630
 
9726a7c
39c8630
 
15279b2
 
 
 
 
 
 
9726a7c
 
 
 
709a6e9
 
7b9d157
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
header {
  visibility: hidden;
}

footer {
  visibility: hidden;
  height: 0%;
}

#MainMenu {
  visibility: hidden;
  height: 0%;
}

div[data-testid="stDecoration"] {
  display: none;
}

/* hideTopBar = true in config.toml*/
div[data-testid="stToolbar"] {
  visibility: hidden;
  height: 0%;
  position: fixed;
}

div[data-testid="stStatusWidget"] {
  visibility: hidden;
  height: 0%;
  position: fixed;
}

.block-container {
  padding-top: 0rem;
}

/* Modified fonts:
    markdown, Select box, Button text, Options text font from the select box, Chat input text area
*/

/*
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

div[data-testid="stMarkdownContainer"],
div[data-baseweb="base-input"] textarea {
  font-family: "Roboto", sans-serif;
}
*/

/*
Break long URLs in markdown, link color, and ordered lists format
*/
div[data-testid="stMarkdownContainer"] {
  overflow-wrap: break-word;

  a,
  strong {
    color: #1b2e2c;
    font-weight: bold;
  }

  li p {
    margin: 0;
  }
}

div[data-testid="stSidebarUserContent"] {
  padding: 2rem 1.5rem;
}