waveterm/frontend/app/notification/notificationbubbles.scss

11 lines
215 B
SCSS
Raw Normal View History

2024-11-16 06:26:16 +01:00
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.notification-bubbles {
display: flex;
width: 380px;
flex-direction: column;
align-items: flex-start;
row-gap: 8px;
2024-11-16 06:26:16 +01:00
}