mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 00:15:08 +01:00
Add multi-region launcher support
Add custom launcher as well as support for both the original TW and JP launchers.
This commit is contained in:
13
www/erupe/css/main.css
Normal file
13
www/erupe/css/main.css
Normal file
@@ -0,0 +1,13 @@
|
||||
body {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
|
||||
html,body {
|
||||
height: 100%;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.char-select-list {
|
||||
height: 15em;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
Reference in New Issue
Block a user