waveterm/frontend/app/element/quickelems.less

13 lines
250 B
Plaintext
Raw Normal View History

2024-05-14 21:29:41 +02:00
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
2024-05-17 07:48:23 +02:00
.centered-div {
2024-05-14 21:29:41 +02:00
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
overflow: hidden;
}