1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-05 21:07:26 +02:00

fix width of title input.

This commit is contained in:
Kushagra Gour
2017-05-01 01:53:40 +05:30
parent 8cf23e2ad4
commit 535373841c

View File

@@ -373,7 +373,7 @@ li.CodeMirror-hint-active {
background: none;
border: 0;
color: rgba(255,255,255,0.6);
width: calc(100vw - 420px);
width: calc(100vw - 440px);
}
.search-input {
background: rgba(255, 255, 255, 0.1);