File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1121,6 +1121,7 @@ export default {
11211121 .vac-tags-box {
11221122 display : flex ;
11231123 width : 100% ;
1124+ height : 54px ;
11241125 overflow : hidden ;
11251126 cursor : pointer ;
11261127 background : var (--chat-footer-bg-color );
@@ -1138,7 +1139,7 @@ export default {
11381139 .vac-tags-info {
11391140 display : flex ;
11401141 overflow : hidden ;
1141- padding : 10 px 20px ;
1142+ padding : 0 20px ;
11421143 align-items : center ;
11431144 }
11441145
@@ -1457,8 +1458,14 @@ export default {
14571458 width : calc (100% - 16px );
14581459 }
14591460
1460- .vac-tags-container .vac-tags-info {
1461- padding : 8px 12px ;
1461+ .vac-tags-container {
1462+ .vac-tags-box {
1463+ height : 50px ;
1464+ }
1465+
1466+ .vac-tags-info {
1467+ padding : 0 12px ;
1468+ }
14621469 }
14631470
14641471 .vac-icon-scroll {
You can’t perform that action at this time.
0 commit comments