Farid Karimli commited on
Commit
97415a1
·
1 Parent(s): c89638f

Remove logout button

Browse files
Files changed (1) hide show
  1. apps/ai_tutor/public/files/test.css +39 -22
apps/ai_tutor/public/files/test.css CHANGED
@@ -1,32 +1,49 @@
1
- a[href*='https://github.com/Chainlit/chainlit'] {
2
- visibility: hidden;
 
3
  }
4
 
5
- /* Hide the default avatar image */
6
  .MuiAvatar-root img.MuiAvatar-img {
7
- display: none;
8
- }
9
-
10
  /* Target the container of the image and set a custom background image */
11
  .MuiAvatar-root.MuiAvatar-circular.css-m2icte {
12
- background-image: url('/public/assets/images/avatars/ai-tutor.png'); /* Replace with your custom image URL */
13
- background-size: cover; /* Ensure the image covers the entire container */
14
- background-position: center; /* Center the image */
15
- width: 100px; /* Ensure the dimensions match the original */
16
- height: 100px; /* Ensure the dimensions match the original */
17
- border-radius: 50%; /* Maintain circular shape */
18
  }
19
  .MuiAvatar-root.MuiAvatar-circular.css-v72an7 {
20
- background-image: url('/public/assets/images/avatars/ai-tutor.png'); /* Replace with your custom image URL */
21
- background-size: cover; /* Ensure the image covers the entire container */
22
- background-position: center; /* Center the image */
23
- width: 40px; /* Ensure the dimensions match the original */
24
- height: 40px; /* Ensure the dimensions match the original */
25
- border-radius: 50%; /* Maintain circular shape */
26
  }
27
 
28
  .MuiStack-root.css-14k6mw7 img {
29
- content: url('/public/assets/images/avatars/ai-tutor.png'); /* Replace with the path to your custom image */
30
- max-height: 45px; /* Ensure the height remains consistent */
31
- max-width: 45px; /* Ensure the width remains consistent */
32
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ a[href*='https://github.com/Chainlit/chainlit']
2
+ {
3
+ visibility: hidden;
4
  }
5
 
6
+ /* Hide the default avatar image */
7
  .MuiAvatar-root img.MuiAvatar-img {
8
+ display: none;
9
+ }
10
+
11
  /* Target the container of the image and set a custom background image */
12
  .MuiAvatar-root.MuiAvatar-circular.css-m2icte {
13
+ background-image: url("/public/assets/images/avatars/ai-tutor.png"); /* Replace with your custom image URL */
14
+ background-size: cover; /* Ensure the image covers the entire container */
15
+ background-position: center; /* Center the image */
16
+ width: 100px; /* Ensure the dimensions match the original */
17
+ height: 100px; /* Ensure the dimensions match the original */
18
+ border-radius: 50%; /* Maintain circular shape */
19
  }
20
  .MuiAvatar-root.MuiAvatar-circular.css-v72an7 {
21
+ background-image: url("/public/assets/images/avatars/ai-tutor.png"); /* Replace with your custom image URL */
22
+ background-size: cover; /* Ensure the image covers the entire container */
23
+ background-position: center; /* Center the image */
24
+ width: 40px; /* Ensure the dimensions match the original */
25
+ height: 40px; /* Ensure the dimensions match the original */
26
+ border-radius: 50%; /* Maintain circular shape */
27
  }
28
 
29
  .MuiStack-root.css-14k6mw7 img {
30
+ content: url("/public/assets/images/avatars/ai-tutor.png"); /* Replace with the path to your custom image */
31
+ max-height: 45px; /* Ensure the height remains consistent */
32
+ max-width: 45px; /* Ensure the width remains consistent */
33
+ }
34
+
35
+ .MuiDialogContent-root.css-1ty026z {
36
+ color: #000000;
37
+ }
38
+
39
+ .MuiDialogContent-root.css-1ty026z p {
40
+ color: red;
41
+ }
42
+
43
+ .MuiDialogContent-root.css-1ty026z h6 {
44
+ color: #000000;
45
+ }
46
+
47
+ .css-1cgea9 {
48
+ display: none !important;
49
+ }