Merge branch 'dev'
This commit is contained in:
@@ -91,6 +91,7 @@ function emitCategorySwitch(newCategory: MapMarkerGroup) {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.tag-list {
|
.tag-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
gap: .5rem;
|
gap: .5rem;
|
||||||
margin-top: .5rem;
|
margin-top: .5rem;
|
||||||
|
|
||||||
@@ -124,6 +125,7 @@ function emitCategorySwitch(newCategory: MapMarkerGroup) {
|
|||||||
border: 1px solid var(--slate-400);
|
border: 1px solid var(--slate-400);
|
||||||
border-radius: 100vmax;
|
border-radius: 100vmax;
|
||||||
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
|
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
|
||||||
|
white-space: nowrap;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: .2rem solid transparent;
|
outline: .2rem solid transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user