12 lines
238 B
CSS
12 lines
238 B
CSS
#screen .wmclass-Lsnes, #screen .window[class*="term"] {
|
|
display: block;
|
|
position: relative;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
}
|
|
|
|
#screen {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-around;
|
|
}
|