Showing
2 changed files
with
3 additions
and
3 deletions
| @@ -820,7 +820,7 @@ class PDFLayoutOptimizer: | @@ -820,7 +820,7 @@ class PDFLayoutOptimizer: | ||
| 820 | border-width: 0 !important; | 820 | border-width: 0 !important; |
| 821 | border-style: none !important; | 821 | border-style: none !important; |
| 822 | border-radius: 999px !important; | 822 | border-radius: 999px !important; |
| 823 | - padding: 6px 12px !important; | 823 | + padding: 5px 10px !important; |
| 824 | font-size: {max(cfg.page.font_size_base - 2, 11)}px !important; | 824 | font-size: {max(cfg.page.font_size_base - 2, 11)}px !important; |
| 825 | color: #222 !important; | 825 | color: #222 !important; |
| 826 | width: auto !important; | 826 | width: auto !important; |
| @@ -1290,7 +1290,7 @@ td {{ | @@ -1290,7 +1290,7 @@ td {{ | ||
| 1290 | .hero-actions button, | 1290 | .hero-actions button, |
| 1291 | .hero-actions .ghost-btn {{ | 1291 | .hero-actions .ghost-btn {{ |
| 1292 | font-size: {max(cfg.page.font_size_base - 2, 11)}px !important; | 1292 | font-size: {max(cfg.page.font_size_base - 2, 11)}px !important; |
| 1293 | - padding: 6px 12px !important; | 1293 | + padding: 5px 10px !important; |
| 1294 | max-width: 100%; | 1294 | max-width: 100%; |
| 1295 | word-break: break-word; | 1295 | word-break: break-word; |
| 1296 | white-space: normal; | 1296 | white-space: normal; |
| @@ -1149,7 +1149,7 @@ button.ghost-btn {{ | @@ -1149,7 +1149,7 @@ button.ghost-btn {{ | ||
| 1149 | border-width: 0 !important; | 1149 | border-width: 0 !important; |
| 1150 | border-style: none !important; | 1150 | border-style: none !important; |
| 1151 | border-radius: 999px !important; | 1151 | border-radius: 999px !important; |
| 1152 | - padding: 6px 12px !important; | 1152 | + padding: 5px 10px !important; |
| 1153 | font-size: 12px !important; | 1153 | font-size: 12px !important; |
| 1154 | color: #222 !important; | 1154 | color: #222 !important; |
| 1155 | white-space: normal !important; | 1155 | white-space: normal !important; |
-
Please register or login to post a comment