2021-05-01 22:23:16 -04:00
|
|
|
#screen .wmclass-Lsnes, #screen .window[class*="term"] {
|
2021-04-28 23:18:26 -04:00
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
top: 0 !important;
|
|
|
|
left: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#screen {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|