Skip to content
Snippets Groups Projects
Commit 67d79743 authored by Bat's avatar Bat
Browse files

Make search wider

parent 95426cff
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ $sidebar-color: #1B1C1D;
.menu-area {
.menu .item:not(.active):not(:hover) {
background-color: rgba(255, 255, 255, 0.15);
opacity: 0.75;
}
.menu .item {
......@@ -225,14 +225,27 @@ $sidebar-color: #1B1C1D;
.logo {
cursor: pointer;
display: inline-block;
margin: 0px;
}
.ui.search {
display: block;
display: flex;
.collapse.button {
margin-right: 0.5rem;
margin-top: 0.5rem;
float: right;
}
}
</style>
<style lang="scss">
.sidebar {
.ui.search .input {
flex: 1;
.prompt {
border-radius: 0;
}
}
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment