mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(reply modal): align composer controls
This commit is contained in:
@@ -26,10 +26,8 @@
|
|||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbarSelect {
|
.toolbar .toolbarSelect.toolbarSelect {
|
||||||
height: 20px;
|
all: revert;
|
||||||
max-width: 74px;
|
|
||||||
font-size: 10pt;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.boldButton {
|
.boldButton {
|
||||||
@@ -55,7 +53,7 @@
|
|||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: min(100%, var(--bbcode-editor-width, 420px));
|
width: var(--bbcode-preview-width, min(100%, var(--bbcode-editor-width, 420px)));
|
||||||
min-height: 72px;
|
min-height: 72px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
padding: 3px 4px;
|
padding: 3px 4px;
|
||||||
|
|||||||
@@ -88,8 +88,11 @@
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 316px;
|
display: inline-block;
|
||||||
--bbcode-editor-width: 316px;
|
width: fit-content;
|
||||||
|
min-width: 304px;
|
||||||
|
--bbcode-editor-width: 304px;
|
||||||
|
--bbcode-preview-width: 304px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content textarea {
|
.content textarea {
|
||||||
@@ -99,7 +102,7 @@
|
|||||||
.footer {
|
.footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer button {
|
.footer button {
|
||||||
@@ -124,6 +127,7 @@
|
|||||||
|
|
||||||
.publishButton {
|
.publishButton {
|
||||||
width: 75px;
|
width: 75px;
|
||||||
|
margin-left: auto;
|
||||||
filter: var(--filter80);
|
filter: var(--filter80);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user