updated style
This commit is contained in:
@@ -98,6 +98,8 @@ button:disabled { opacity: 0.55; cursor: not-allowed; }
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
width: calc(100vw - 3rem);
|
||||
margin-left: calc(50% - 50vw + 1.5rem);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -248,7 +250,12 @@ textarea#content::placeholder { color: var(--text-muted); }
|
||||
.hidden { display: none !important; }
|
||||
|
||||
/* ─── Paste View ─── */
|
||||
.paste-view { padding-top: 1.25rem; }
|
||||
.paste-view {
|
||||
padding-top: 1.25rem;
|
||||
max-width: none;
|
||||
width: calc(100vw - 3rem);
|
||||
margin-left: calc(50% - 50vw + 1.5rem);
|
||||
}
|
||||
|
||||
.paste-meta {
|
||||
display: flex;
|
||||
@@ -336,6 +343,8 @@ textarea#content::placeholder { color: var(--text-muted); }
|
||||
overflow: auto;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
width: calc(100vw - 3rem);
|
||||
margin-left: calc(50% - 50vw + 1.5rem);
|
||||
}
|
||||
|
||||
#paste-content pre {
|
||||
|
||||
Reference in New Issue
Block a user