neat-donk/xpra.css

13 lines
238 B
CSS
Raw Normal View History

#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;
}