mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 09:40:30 +08:00
fix(dashboard): align daily quote text to left
This commit is contained in:
@@ -95,7 +95,7 @@ currentQuote.value = getQuoteOfTheDay();
|
||||
|
||||
<style scoped>
|
||||
.daily-quote {
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
padding: 8px 16px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user