mirror of
https://github.com/infinition/Bjorn.git
synced 2026-03-19 10:10:24 +00:00
feat: Add login page with dynamic RGB effects and password toggle functionality
feat: Implement package management utilities with JSON endpoints for listing and uninstalling packages feat: Create plugin management utilities with endpoints for listing, configuring, and installing plugins feat: Develop schedule and trigger management utilities with CRUD operations for schedules and triggers
This commit is contained in:
@@ -257,18 +257,18 @@ body.console-docked .app-container {
|
||||
|
||||
#bjornSay {
|
||||
white-space: normal;
|
||||
/* autorise le retour à la ligne */
|
||||
/* allow word wrapping */
|
||||
word-break: break-word;
|
||||
line-height: 1.25;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* centre verticalement dans la bottombar */
|
||||
/* vertically center in the bottombar */
|
||||
height: 100%;
|
||||
|
||||
text-align: right;
|
||||
max-width: 240px;
|
||||
/* évite qu’il déborde vers le centre */
|
||||
/* prevent overflow toward center */
|
||||
}
|
||||
|
||||
/* ---- Console panel (matches old global.css console) ---- */
|
||||
|
||||
Reference in New Issue
Block a user