Skip to content

Commit 75ec10d

Browse files
committed
align buttons
1 parent 9e12b9f commit 75ec10d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FO2/MarketTracker/market-track-style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ h1 { margin: 0; font-size: 2rem; }
3939
select { padding: 8px; border-radius: 4px; border: 1px solid #ddd; }
4040

4141
/* Last Updated and Refresh Button Styles */
42-
.update-info { display: flex; align-items: center; gap: 10px; margin-left: auto; font-size: 0.9rem; color: #555; }
42+
.update-info { display: flex; align-items: center; gap: 10px; flex-wrap: nowrap; justify-content: flex-start; margin-left: auto; font-size: 0.9rem; color: #555; }
4343
#last-updated-timestamp { white-space: nowrap; }
44-
#refresh-button { padding: 6px 12px; background-color: #4CAF50; color: white; border: none; border-radius: 4px; cursor: pointer; font-size: 14px; transition: background-color 0.3s; }
44+
#refresh-button { padding: 6px 12px; flex-shrink: 0; white-space: nowrap; background-color: #4CAF50; color: white; border: none; border-radius: 4px; cursor: pointer; font-size: 14px; transition: background-color 0.3s; }
4545
#refresh-button:hover { background-color: #45a049; }
4646
#refresh-button:disabled { background-color: #cccccc; color: #666666; cursor: not-allowed; }
4747
.refresh-spinner { display: inline-block; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; border-top-color: #fff; animation: spin 1s ease-in-out infinite; margin-left: 5px; vertical-align: middle; }

0 commit comments

Comments
 (0)