feat: fix CommonPopup nesting use and fix some style problem
This commit is contained in:
@@ -124,6 +124,7 @@
|
||||
&-tags {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
|
||||
&-tag {
|
||||
@@ -546,6 +547,7 @@
|
||||
|
||||
&-scroll {
|
||||
flex: 0 0 auto;
|
||||
width: calc(100% - 116px);
|
||||
|
||||
&-content {
|
||||
display: flex;
|
||||
@@ -814,7 +816,7 @@
|
||||
border-radius: 20px;
|
||||
border: 1px solid rgba(33, 178, 0, 0.20);
|
||||
background: rgba(255, 255, 255, 0.16);
|
||||
padding: 12px 15px;
|
||||
padding: 12px 0 12px 15px;
|
||||
box-sizing: border-box;
|
||||
|
||||
&-title {
|
||||
|
||||
Reference in New Issue
Block a user