-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss_changes.patch
More file actions
171 lines (162 loc) · 9.8 KB
/
Copy pathcss_changes.patch
File metadata and controls
171 lines (162 loc) · 9.8 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
diff --git a/src/index.css b/src/index.css
index 4c821f1..917abea 100644
--- a/src/index.css
+++ b/src/index.css
@@ -705,16 +705,21 @@ body.light {
.light-theme .btn-primary,
.light .btn-primary {
- background: linear-gradient(135deg, #4f46e5, #4338ca) !important;
- color: #ffffff !important;
- border: none !important;
- box-shadow: 0 4px 14px rgba(79, 70, 229, 0.25) !important;
+ background: rgba(0, 0, 0, 0.05) !important;
+ backdrop-filter: blur(12px) !important;
+ -webkit-backdrop-filter: blur(12px) !important;
+ color: #0f172a !important;
+ border: 1px solid rgba(0, 0, 0, 0.15) !important;
+ box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
}
.light-theme .btn-primary:hover,
.light .btn-primary:hover {
- box-shadow: 0 6px 20px rgba(79, 70, 229, 0.35) !important;
- transform: translateY(-1px) !important;
+ background: rgba(0, 0, 0, 0.1) !important;
+ border-color: rgba(2, 132, 199, 0.4) !important;
+ color: #0284c7 !important;
+ box-shadow: 0 6px 20px rgba(2, 132, 199, 0.15) !important;
+ transform: translateY(-2px) !important;
}
/* Student Chat Mobile Responsive Architecture */
@@ -2240,14 +2245,17 @@ a {
.btn-primary {
padding: 0.75rem 1.5rem;
- background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--secondary)));
- color: #fff;
- border: none;
- border-radius: 8px;
+ background: rgba(255, 255, 255, 0.05);
+ backdrop-filter: blur(12px);
+ -webkit-backdrop-filter: blur(12px);
+ color: #f8fafc;
+ border: 1px solid rgba(255, 255, 255, 0.16);
+ border-radius: 12px;
font-weight: 700;
+ letter-spacing: 0.02em;
cursor: pointer;
- transition: all 0.2s ease;
- box-shadow: 0 4px 15px hsla(var(--primary) / 0.3);
+ transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
display: inline-flex;
align-items: center;
gap: 0.5rem;
@@ -4217,13 +4225,15 @@ a {
.aurora-submit-btn {
width: 100%;
padding: 0.95rem;
- background: #ffffff;
- color: #000000;
+ background: rgba(255, 255, 255, 0.06);
+ backdrop-filter: blur(14px);
+ -webkit-backdrop-filter: blur(14px);
+ color: #f8fafc;
font-family: var(--font-accent, 'Inter', sans-serif);
font-size: 0.92rem;
font-weight: 700;
letter-spacing: 0.03em;
- border: none;
+ border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 14px;
cursor: pointer;
position: relative;
@@ -4232,15 +4242,17 @@ a {
align-items: center;
justify-content: center;
gap: 0.5rem;
- transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
- box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
+ transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
margin-top: 0.5rem;
}
-.aurora-submit-btn:hover {
- background: #f4f4f5;
- transform: translateY(-1px);
- box-shadow: 0 6px 24px rgba(255, 255, 255, 0.25);
+.aurora-submit-btn:hover:not(:disabled) {
+ background: rgba(255, 255, 255, 0.14);
+ border-color: rgba(56, 189, 248, 0.5);
+ color: #38bdf8;
+ transform: translateY(-2px);
+ box-shadow: 0 0 30px rgba(56, 189, 248, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
@keyframes auroraGradient {
@@ -7742,51 +7754,6 @@ a {
/* Tail triangle for sent bubbles */
.wa-msg-row.sent .ui-bubble-root::after {
content: '';
- position: absolute;
- top: 0;
- right: -8px;
- width: 0;
- height: 0;
- border-left: 8px solid #005c4b;
- border-bottom: 8px solid transparent;
- }
-
- /* Tail triangle for received bubbles */
- .wa-msg-row.received .ui-bubble-root::before {
- content: '';
- position: absolute;
- top: 0;
- left: -8px;
- width: 0;
- height: 0;
- border-right: 8px solid #202c33;
- border-bottom: 8px solid transparent;
- }
-
- .ui-bubble-root {
- position: relative;
- }
-
- /* Compact author name inside received bubble */
- .wa-msg-bubble .wa-author-name {
- font-size: 0.78rem !important;
- margin-bottom: 0.1rem !important;
- }
-
- /* Message text */
- .wa-msg-bubble .wa-msg-text {
- font-size: 0.9rem !important;
- line-height: 1.4 !important;
- }
-
- /* Timestamp row: time + ticks tightly packed at bottom-right */
- .wa-msg-meta {
- font-size: 0.68rem !important;
- gap: 0.15rem !important;
- margin-top: 0.1rem !important;
- justify-content: flex-end !important;
- }
-
/* ΓöÇΓöÇ Date Divider ΓöÇΓöÇ */
.wa-date-divider {
background: rgba(17, 27, 33, 0.85) !important;
@@ -7951,3 +7918,19 @@ a {
+
+.ai-pyq-modal-card {
+ width: 95%;
+ max-width: 820px;
+ height: 84vh;
+ max-height: 92vh;
+ border-radius: 24px;
+}
+@media (max-width: 768px) {
+ .ai-pyq-modal-card {
+ width: 100%;
+ height: 100vh;
+ max-height: 100vh;
+ border-radius: 0;
+ }
+}