Commit 3ded9c7d authored by liziwl's avatar liziwl
Browse files

rm css

parent b31044c9
Loading
Loading
Loading
Loading

docs/.vuepress/styles/index.styl

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
.search-box .suggestion a .suggestion-row div.page-title {
    background: inherit;
}

@media (max-width: 419px) {
    .search-box ul.suggestions {
        min-width: unset;
    }
}

@media (max-width: 719px) {
    .search-box ul.suggestions {
        min-width: unset;
        width: calc(100vw - 4rem);
    }
}

.search-box ul.suggestions {
    max-height: calc(60vh);
    overflow-y: auto;
}