go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/nodes/static/_nextjs/src/css/edit-table.css (about) 1 /* 2 * Copyright (c) 2024 - Present. Will Charczuk. All rights reserved. 3 * Use of this source code is governed by a MIT license that can be found in the LICENSE file at the root of the repository. 4 */ 5 /* edit table drawer / sidebar */ 6 7 .bp5-overlay.bp5-overlay-container { 8 right: 50%; 9 } 10 11 .edit-table-drawer .edit-table-drawer-label-row .bp5-editable-text { 12 font-size: 18px; 13 padding-top: 11px; 14 padding-bottom: 8px; 15 padding-left: 10px; 16 padding-right: 10px; 17 } 18 19 .bp5-drawer.edit-table-drawer { 20 width: 100%; 21 } 22 23 .edit-table-drawer .bp5-drawer-body { 24 background: var(--bg-color-dark); 25 } 26 27 .edit-table-drawer .edit-table-drawer-label-row { 28 margin-bottom: 10px; 29 background: var(--bg-color); 30 } 31 32 .layout-boundary { 33 bottom: 15px; 34 display: block; 35 left: 15px; 36 overflow: hidden; 37 position: absolute; 38 right: 15px; 39 top: 105px; 40 } 41 42 .edit-table-outer { 43 display: flex; 44 height: 100%; 45 overflow: hidden; 46 } 47 48 .edit-table { 49 flex: 1 1 auto; 50 order: 2; 51 overflow: hidden; 52 position: relative; 53 z-index: 2; 54 }