Show project

.panel { border-radius: 20px; } .notion-custom-code .panel { border-radius: 50px; } .bullet-panel .panel-block{ border: unset; } .panel{ box-shadow: 0px 0px 3px 0px lightgray; } .notion-custom-code { width: 100%; } .has-icons-left { display: flex; align-items: center; gap: 8px; } .is-left svg { width: 1.5rem !important; height: 1.5rem !important; color: var(--fg-color-6); } input::placeholder { font-size: 1.3rem; color: var(--fg-color-6); } .bullet-search-input { font-size: 1.3rem; padding-left: unset; } .control.has-icons-left .icon { position: unset; } .control.has-icons-left .input { padding-left: unset; } .notion-custom-code .bullet-panel { margin-top: 0px; } @media(min-width: 800px){ .notion-custom-code .bullet-panel{ max-width:66vw; } }