10 lines
223 B
CSS
10 lines
223 B
CSS
.sidebar-actions {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 5px 5px;
|
|
border-bottom: 1px solid rgba(128, 128, 128, 0.3);
|
|
}
|