fix minor bug with padding on main container

This commit is contained in:
SethBurkart123
2023-10-11 23:12:33 +11:00
parent df82b77daa
commit ccafbb3c26
+1
View File
@@ -308,6 +308,7 @@ ol:has(.MessageList__avatar___2wxyb svg) {
#container #content { #container #content {
border-radius: 16px; border-radius: 16px;
bottom: unset !important;
-webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.2) !important; -webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.2) !important; box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0.2) !important;
} }