Profile mods page (#119)

* Finish profile mods page

* commit missing

* finish pr

* Run lint
This commit is contained in:
Geometrically
2023-05-18 17:12:36 -07:00
committed by GitHub
parent 16407060f0
commit 4df7605b8d
9 changed files with 206 additions and 95 deletions

View File

@@ -373,6 +373,22 @@ const handleInstanceSwitch = async (value) => {
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
<style lang="scss">
.filter-checkbox {
margin-bottom: 0.3rem;
font-size: 1rem;
svg {
display: flex;
align-self: center;
justify-self: center;
}
button.checkbox {
border: none;
}
}
</style>
<style lang="scss" scoped>
.project-type-dropdown {
width: 100% !important;
}
@@ -394,7 +410,8 @@ const handleInstanceSwitch = async (value) => {
.iconified-input {
input {
max-width: 20rem !important;
max-width: none !important;
flex-basis: auto;
}
}
@@ -461,21 +478,6 @@ const handleInstanceSwitch = async (value) => {
margin-bottom: 0.5rem;
font-size: 1.16rem;
}
.filter-checkbox {
margin-bottom: 0.3rem;
font-size: 1rem;
svg {
display: flex;
align-self: center;
justify-self: center;
}
button.checkbox {
border: none;
}
}
}
.search {