|
943 | 943 | padding: 36px; |
944 | 944 | text-align: center; |
945 | 945 | background: |
946 | | - linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9)), |
947 | | - radial-gradient(circle at 15% 20%, rgba(99, 102, 241, 0.12), transparent 36%), |
| 946 | + linear-gradient( |
| 947 | + 135deg, |
| 948 | + rgba(255, 255, 255, 0.95), |
| 949 | + rgba(248, 250, 252, 0.9) |
| 950 | + ), |
| 951 | + radial-gradient( |
| 952 | + circle at 15% 20%, |
| 953 | + rgba(99, 102, 241, 0.12), |
| 954 | + transparent 36% |
| 955 | + ), |
948 | 956 | radial-gradient(circle at 85% 0%, rgba(236, 72, 153, 0.1), transparent 34%); |
949 | 957 | border: 1px solid rgba(99, 102, 241, 0.12); |
950 | 958 | border-radius: 24px; |
|
956 | 964 | [data-theme="dark"] .blog-search-panel { |
957 | 965 | background: |
958 | 966 | linear-gradient(135deg, rgba(36, 37, 38, 0.96), rgba(26, 32, 44, 0.94)), |
959 | | - radial-gradient(circle at 15% 20%, rgba(167, 139, 250, 0.16), transparent 36%), |
| 967 | + radial-gradient( |
| 968 | + circle at 15% 20%, |
| 969 | + rgba(167, 139, 250, 0.16), |
| 970 | + transparent 36% |
| 971 | + ), |
960 | 972 | radial-gradient(circle at 85% 0%, rgba(236, 72, 153, 0.1), transparent 34%); |
961 | 973 | border-color: rgba(167, 139, 250, 0.2); |
962 | 974 | box-shadow: |
|
1768 | 1780 | margin-bottom: 12px; |
1769 | 1781 | } |
1770 | 1782 |
|
1771 | | - |
1772 | 1783 | .card-title-link { |
1773 | 1784 | color: inherit; |
1774 | 1785 | text-decoration: none; |
|
1830 | 1841 | .author-name-group { |
1831 | 1842 | display: flex; |
1832 | 1843 | align-items: center; |
1833 | | - flex-wrap: wrap; |
| 1844 | + flex-wrap: nowrap; |
1834 | 1845 | gap: 6px; |
1835 | 1846 | min-width: 0; |
| 1847 | + overflow: hidden; |
| 1848 | + white-space: nowrap; |
1836 | 1849 | } |
1837 | 1850 |
|
1838 | 1851 | .author-item { |
|
1850 | 1863 | .author-link { |
1851 | 1864 | display: inline-flex; |
1852 | 1865 | align-items: center; |
| 1866 | + min-width: 0; |
| 1867 | + max-width: 100%; |
| 1868 | + overflow: hidden; |
| 1869 | + text-overflow: ellipsis; |
1853 | 1870 | position: relative; |
1854 | 1871 | text-decoration: none; |
1855 | 1872 | } |
|
0 commit comments