1
0

[Birdsite] Make input column first in order

(cherry picked from commit b368b998959421f1c7fe770418826b04e0c0d242)
This commit is contained in:
Jeong Arm 2023-07-17 19:52:49 +09:00 committed by Noa Himesaka
parent b117ab9f70
commit 0977f5ce3f

View File

@ -672,9 +672,9 @@ a.status-card.compact .status-card__host {
order: 1;
}
/* Make the side input last in order */
/* Make the side input first in order */
.layout-multiple-columns .drawer {
order: 999999;
order: 0;
padding: 0 10px;
width: var(--width-column);
}