gpttemp
This commit is contained in:
19
code/public/static/css/modules/playline/layout/layout_B.css
Normal file
19
code/public/static/css/modules/playline/layout/layout_B.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.__PFX__-pl-b .__PFX__-pl-wrap{
|
||||
display:flex;
|
||||
gap:16px;
|
||||
}
|
||||
|
||||
.__PFX__-pl-b .__PFX__-pl-lines{
|
||||
width:120px;
|
||||
border-right:1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.__PFX__-pl-b .__PFX__-pl-line{
|
||||
padding:6px 0;
|
||||
}
|
||||
|
||||
.__PFX__-pl-b .__PFX__-pl-list{
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
gap:8px;
|
||||
}
|
||||
Reference in New Issue
Block a user