1
2
3
4
5
6
7
8
9
/* 編輯噗首浮窗 - 文字輸入區 */
._lch_ ~ .pop-window.plurk_editor_box #input_editor {
	/*高度*/ height: 200px !important;
	/*字體大小*/ font-size: 14px;
}

/* 編輯噗首浮窗 - 上下位置調整為置中 */
._lch_ ~ .pop-window.plurk_editor_box.show { display: flex !important; align-items: center; }
._lch_ ~ .pop-window.plurk_editor_box.show .pop-window-view { top: auto !important; }