This commit is contained in:
SillyLossy
2023-05-01 20:45:56 +03:00
2 changed files with 11 additions and 3 deletions

View File

@ -478,9 +478,12 @@ async function saveTheme() {
function resetMovablePanels() {
document.getElementById("sheld").style.top = '';
document.getElementById("sheld").style.left = '';
document.getElementById("sheld").style.bottom = '';
document.getElementById("sheld").style.right = '';
document.getElementById("sheld").style.height = '';
document.getElementById("sheld").style.width = '';
document.getElementById("left-nav-panel").style.top = '';
document.getElementById("left-nav-panel").style.left = '';
document.getElementById("left-nav-panel").style.height = '';

View File

@ -3677,6 +3677,11 @@ body.noShadows * {
display: none;
}
#rm_group_add_members a,
#rm_group_members a {
color: var(--SmartThemeBodyColor);
}
#avatar_zoom_popup {
/* height: 600px;
width: 400px; */