Spaces:
Runtime error
Runtime error
Samuel-DD07
commited on
Commit
·
6b0e3ec
1
Parent(s):
a6dc130
Ajout d'une bordure à la fenêtre principale
Browse files
app.py
CHANGED
@@ -107,6 +107,7 @@ body,html {
|
|
107 |
flex-grow: 1;
|
108 |
overflow-y: auto;
|
109 |
background: none;
|
|
|
110 |
max-height: 25%;
|
111 |
}
|
112 |
|
|
|
107 |
flex-grow: 1;
|
108 |
overflow-y: auto;
|
109 |
background: none;
|
110 |
+
border: 1px solid #627385 !important;
|
111 |
max-height: 25%;
|
112 |
}
|
113 |
|