Reduce compatibility panel height to 26px with smaller font

This commit is contained in:
Marcus Quinn
2025-03-16 18:25:50 +00:00
parent 726833502c
commit 8cbc58bb45

View File

@ -178,8 +178,9 @@
display: flex !important; display: flex !important;
align-items: center !important; align-items: center !important;
justify-content: flex-end !important; justify-content: flex-end !important;
height: 45px !important; height: 26px !important;
line-height: 45px !important; line-height: 26px !important;
font-size: 12px !important;
} }
/* Ensure compatibility text container has full width */ /* Ensure compatibility text container has full width */