Fix width of side panel

This commit is contained in:
sabaimran 2024-07-09 12:02:01 +05:30
parent bf4c2f219e
commit 609e7ee19c

View file

@ -84,7 +84,6 @@ div.profile {
div.panelWrapper {
display: grid;
grid-template-rows: auto 1fr auto auto;
width: 70%;
height: 100%;
}