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