テンプレート:P:ATStatus/style.css
表示
.canon-status-container {
display: flex;
align-items: center;
gap: 12px;
flex-direction: row; /* 明示的に横並びを指定 */
}
.status-image {
flex-shrink: 0; /* 画像のサイズを維持 */
}
.status-info {
flex: 1; /* 残りのスペースを使用 */
display: flex;
gap: 12px;
}