🐛 actually fix fullscreen text
This commit is contained in:
@@ -79,6 +79,7 @@
|
|||||||
|
|
||||||
.app-titlebar {
|
.app-titlebar {
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
|
grid-row: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -179,6 +180,7 @@
|
|||||||
|
|
||||||
/* ─── Sidebar ──────────────────────────────────────────────────── */
|
/* ─── Sidebar ──────────────────────────────────────────────────── */
|
||||||
.sidebar {
|
.sidebar {
|
||||||
|
grid-row: 2;
|
||||||
background: var(--sidebar-bg);
|
background: var(--sidebar-bg);
|
||||||
border-right: 1px solid var(--border);
|
border-right: 1px solid var(--border);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -188,6 +190,7 @@
|
|||||||
|
|
||||||
/* ─── Editor area ──────────────────────────────────────────────── */
|
/* ─── Editor area ──────────────────────────────────────────────── */
|
||||||
.editor-area {
|
.editor-area {
|
||||||
|
grid-row: 2;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -205,6 +208,7 @@
|
|||||||
|
|
||||||
/* ─── Chat area ────────────────────────────────────────────────── */
|
/* ─── Chat area ────────────────────────────────────────────────── */
|
||||||
.chat-area {
|
.chat-area {
|
||||||
|
grid-row: 2;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user