refactor: Simplify styles in FilterManager by removing inline font size specifications for improved consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 6m28s

This commit is contained in:
2025-07-14 08:53:38 +07:00
parent 9af7d1081a
commit d174797ad0
+3 -3
View File
@@ -408,7 +408,7 @@ function FilterManager() {
<tbody> <tbody>
{filteredFilters.map((filter, index) => ( {filteredFilters.map((filter, index) => (
<tr key={index}> <tr key={index}>
<td className="font-monospace align-middle" style={{fontSize: '15px'}}> <td className="font-monospace align-middle">
{editingFilter === filter.community ? ( {editingFilter === filter.community ? (
<input <input
ref={editInputRef} ref={editInputRef}
@@ -429,7 +429,7 @@ function FilterManager() {
<span>{filter.community}</span> <span>{filter.community}</span>
)} )}
</td> </td>
<td className="align-middle text-center" style={{fontSize: '15px'}}> <td className="align-middle text-center">
{editingFilter === filter.community ? ( {editingFilter === filter.community ? (
<input <input
type="text" type="text"
@@ -446,7 +446,7 @@ function FilterManager() {
style={{minWidth: '120px'}} style={{minWidth: '120px'}}
/> />
) : ( ) : (
<span className="badge bg-blue-lt text-blue" style={{fontSize: '15px', letterSpacing: '0.5px'}}>{filter.gateway}</span> <span className="badge bg-blue-lt text-blue" style={{letterSpacing: '0.5px'}}>{filter.gateway}</span>
)} )}
</td> </td>
<td className="align-middle text-muted" style={{fontSize: '14px', maxWidth: '300px', overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap'}}> <td className="align-middle text-muted" style={{fontSize: '14px', maxWidth: '300px', overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap'}}>