rollback using short cell

pull/5370/head
yann300 5 months ago committed by Aniket
parent dcee94b65c
commit 66a07f9adb
  1. 9
      apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.css
  2. 2
      apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx

@ -1,12 +1,5 @@
.TSCellStyle {
min-height: 9rem;
max-width: 13rem;
min-width: 13rem;
max-height: 8.5rem;
}
.TSCellStyleShort {
min-height: 5rem;
min-height: 8.5rem;
max-width: 13rem;
min-width: 13rem;
max-height: 8.5rem;

@ -167,7 +167,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
id={item.name}
searchKeywords={[item.displayName, item.description, template.name]}
tagList={item.tagList}
classList={'TSCellStyle' + (!item.description ? 'Short' : '')}
classList={'TSCellStyle'}
>
<div className='d-flex justify-content-between h-100 flex-column'>
<div className='d-flex flex-column'>

Loading…
Cancel
Save