Merge branch 'dev'
This commit is contained in:
commit
dfd116feb7
File diff suppressed because it is too large
Load Diff
|
|
@ -445,7 +445,7 @@ export class FolkPubsPublishPanel extends HTMLElement {
|
||||||
|
|
||||||
private getStyles(): string {
|
private getStyles(): string {
|
||||||
return `<style>
|
return `<style>
|
||||||
:host { display: block; }
|
:host { display: block; max-width: 32rem; margin: 0 auto; }
|
||||||
.panel { display: flex; flex-direction: column; gap: 0.5rem; }
|
.panel { display: flex; flex-direction: column; gap: 0.5rem; }
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue