fix user-modal and user-popup in discord theme. add .zshrc.example instead

This commit is contained in:
SeraphimeZelel
2025-11-28 13:42:41 +07:00
parent 7324ac5028
commit 5cc3fb0593
11 changed files with 108 additions and 69 deletions

View File

@@ -88,8 +88,13 @@ img:not([src]), img[src=""], img[src="null"] {
margin-bottom: 40px;
}
[REPLACE_CLASS_settingsrowcontainer] [REPLACE_CLASS_settingsrow] {
display: flex;
flex-grow: 1;
align-items: center;
}
[REPLACE_CLASS_settingsrowcontainer] [REPLACE_CLASS_settingsrowlabel] {
flex-grow: 1;
}
[REPLACE_CLASS_settingsrowcontainer] [REPLACE_CLASS_settingsrowcontrol] {
margin-left: 8px;
}