added functionalitie to impressions

This commit is contained in:
2025-09-22 11:57:52 -06:00
parent e9998cac5c
commit 79e9844303
13 changed files with 240 additions and 52 deletions
+2 -2
View File
@@ -289,7 +289,7 @@ form {
.toggleGroup {
display: flex;
gap: 10px;
gap: 5px;
background-color: #f3f4f6;
border-radius: 6px;
flex-wrap: wrap;
@@ -304,7 +304,7 @@ form {
border-radius: 4px;
transition: background-color 0.3s, color 0.3s;
font-weight: 500;
overflow-y: hidden;
overflow: hidden;
max-height: 60px;
}