Spaces:
Sleeping
Sleeping
Update static/css/style.css
Browse files- static/css/style.css +19 -0
static/css/style.css
CHANGED
|
@@ -29,6 +29,25 @@
|
|
| 29 |
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
| 30 |
}
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
/* Ajustes para el contenedor principal */
|
| 33 |
.main .block-container {
|
| 34 |
padding-top: 2rem;
|
|
|
|
| 29 |
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
| 30 |
}
|
| 31 |
|
| 32 |
+
/* Sidebar estilo tipo lista de chats (más similar a ChatGPT) */
|
| 33 |
+
section[data-testid="stSidebar"] .stButton > button {
|
| 34 |
+
min-height: 40px;
|
| 35 |
+
padding: 8px 10px;
|
| 36 |
+
border-radius: 10px;
|
| 37 |
+
font-size: 13px;
|
| 38 |
+
margin: 2px 0;
|
| 39 |
+
background-color: transparent;
|
| 40 |
+
border: 1px solid rgba(255, 255, 255, 0.12);
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
section[data-testid="stSidebar"] .stButton > button:hover {
|
| 44 |
+
background-color: rgba(255, 255, 255, 0.08);
|
| 45 |
+
color: white;
|
| 46 |
+
border-color: rgba(255, 255, 255, 0.25);
|
| 47 |
+
transform: none;
|
| 48 |
+
box-shadow: none;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
/* Ajustes para el contenedor principal */
|
| 52 |
.main .block-container {
|
| 53 |
padding-top: 2rem;
|