make community switch looking similar to other inputs

This commit is contained in:
einhorn_b 2023-09-05 19:46:14 +02:00
parent eac3974c34
commit 13a1903c63

View File

@ -56,3 +56,23 @@ export default {
},
}
</script>
<style>
.community-switch > div,
.community-switch ul.dropdown-menu {
width: 100%;
}
.community-switch > div > button {
border-radius: 17px;
height: 50px;
text-align: left;
}
.community-switch .dropdown-toggle::after {
float: right;
top: 50%;
transform: translateY(-50%);
position: relative;
}
.community-switch ul li:first-child {
display: none;
}
</style>