mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-08 23:06:03 +00:00
perf: plugin card styles
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
justify-self: flex-start;
|
||||
margin: auto;
|
||||
display: grid;
|
||||
grid-template-rows: repeat(auto-fill, minmax(160px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
|
||||
grid-template-rows: repeat(auto-fill, minmax(12rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
|
||||
gap: 15px;
|
||||
/* justify-items: center; */
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user