Update app.py
Browse files
app.py
CHANGED
|
@@ -328,6 +328,14 @@ app.index_string = '''
|
|
| 328 |
.split-header-top, .split-header-bottom {
|
| 329 |
white-space: nowrap;
|
| 330 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 331 |
</style>
|
| 332 |
</head>
|
| 333 |
<body>
|
|
@@ -413,6 +421,7 @@ columnDefs = [
|
|
| 413 |
"width": 55,
|
| 414 |
"filter": False,
|
| 415 |
"suppressMenu": True,
|
|
|
|
| 416 |
"pinned": "left"
|
| 417 |
},
|
| 418 |
{
|
|
|
|
| 328 |
.split-header-top, .split-header-bottom {
|
| 329 |
white-space: nowrap;
|
| 330 |
}
|
| 331 |
+
|
| 332 |
+
.ag-theme-alpine .new-emoji-cell.ag-cell {
|
| 333 |
+
font-size: 18px !important;
|
| 334 |
+
display: flex !important;
|
| 335 |
+
align-items: center !important;
|
| 336 |
+
justify-content: flex-start !important;
|
| 337 |
+
padding-left: 12px !important;
|
| 338 |
+
}
|
| 339 |
</style>
|
| 340 |
</head>
|
| 341 |
<body>
|
|
|
|
| 421 |
"width": 55,
|
| 422 |
"filter": False,
|
| 423 |
"suppressMenu": True,
|
| 424 |
+
"cellClass": "new-emoji-cell",
|
| 425 |
"pinned": "left"
|
| 426 |
},
|
| 427 |
{
|