feat(SW-68): add static map component
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
border: 1px solid var(--Base-Border-Subtle);
|
||||
border-radius: var(--Corner-radius-Small);
|
||||
overflow: hidden;
|
||||
height: 460px;
|
||||
width: 480px;
|
||||
}
|
||||
@@ -11,7 +12,7 @@
|
||||
height: auto;
|
||||
max-height: 180px;
|
||||
object-fit: cover;
|
||||
overflow: hidden;
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user