mirror of
https://github.com/transatoshi-mw/grin-web-wallet.git
synced 2025-10-07 00:02:47 +00:00
contents of zip
This commit is contained in:
13
styles/account_section.css
Executable file
13
styles/account_section.css
Executable 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user