| | |
| | | } |
| | | .dashboard > header { |
| | | justify-content: flex-end; |
| | | position: fixed; |
| | | } |
| | | .dashboard > header img { |
| | | width: var(--btn); |
| | |
| | | dialog.edit[open], |
| | | dialog.bulk-edit[open], |
| | | dialog.create[open] { |
| | | height: 85vh; |
| | | top: 5vh; |
| | | height:98vh; |
| | | width: 98vw; |
| | | max-width: none; |
| | | max-height: none; |
| | | inset: 0; |
| | | margin: auto; |
| | | } |
| | | dialog > .wrap { |
| | | min-height: 100%; |
| | | } |
| | | dialog .item.upload.upload { |
| | | display: flex; |
| | | gap: 1rem; |
| | | } |
| | | dialog .item.upload .preview { |
| | | width: 40%; |
| | | } |
| | | dialog .item.upload .group { |
| | | width: 60%; |
| | | } |
| | | .upload details { |
| | | width: 100%; |
| | | } |
| | | .tab-content h2 { |
| | | display: none; |
| | | } |