8 lines
110 B
CSS
8 lines
110 B
CSS
.taf {
|
|
> .window-content {
|
|
padding: 0.5rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
}
|
|
}
|