contents of zip

This commit is contained in:
transatoshi
2024-12-20 18:08:44 -08:00
parent aeb2b99db7
commit f03ed73d2b
261 changed files with 208197 additions and 0 deletions

13
styles/account_section.css Executable file
View File

@@ -0,0 +1,13 @@
@charset "UTF-8";
main > div.unlocked > div > div > div.sections > div > div.account > div > div > div {
flex-grow: 1;
}
@media only screen and (max-width: 300px) {
main > div.unlocked > div > div > div.sections > div > div.account > div > div > div {
flex-grow: 0;
}
}