mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-05 04:47:32 +02:00
fix width of title input.
This commit is contained in:
@@ -373,7 +373,7 @@ li.CodeMirror-hint-active {
|
|||||||
background: none;
|
background: none;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: rgba(255,255,255,0.6);
|
color: rgba(255,255,255,0.6);
|
||||||
width: calc(100vw - 420px);
|
width: calc(100vw - 440px);
|
||||||
}
|
}
|
||||||
.search-input {
|
.search-input {
|
||||||
background: rgba(255, 255, 255, 0.1);
|
background: rgba(255, 255, 255, 0.1);
|
||||||
|
Reference in New Issue
Block a user