gpttemp
This commit is contained in:
21
code/public/static/css/modules/playline/layout/layout_A.css
Normal file
21
code/public/static/css/modules/playline/layout/layout_A.css
Normal file
@@ -0,0 +1,21 @@
|
||||
.__PFX__-pl-a{
|
||||
margin:24px 0;
|
||||
}
|
||||
|
||||
.__PFX__-pl-a .__PFX__-pl-tabs{
|
||||
display:flex;
|
||||
gap:12px;
|
||||
margin-bottom:12px;
|
||||
}
|
||||
|
||||
.__PFX__-pl-a .__PFX__-pl-tab{
|
||||
padding:4px 10px;
|
||||
border:1px solid var(--border-color);
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.__PFX__-pl-a .__PFX__-pl-list{
|
||||
display:grid;
|
||||
grid-template-columns:repeat(auto-fill,minmax(70px,1fr));
|
||||
gap:8px;
|
||||
}
|
||||
Reference in New Issue
Block a user