Set circles heights to 100% over 50vh
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Depending on the viewport height, it could break the shape
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
overflow: hidden;
|
||||
padding-top: 2px;
|
||||
pointer-events: auto;
|
||||
border-radius: 50vh;
|
||||
border-radius: 100%;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
height: 22px;
|
||||
margin-left: 6px;
|
||||
background-color: #fff;
|
||||
border-radius: 50vh;
|
||||
border-radius: 100%;
|
||||
|
||||
svg {
|
||||
height: auto;
|
||||
|
||||
Reference in New Issue
Block a user