mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-05 21:16:26 -05:00
Narrower main menu
This commit is contained in:
parent
d4dd87c3fa
commit
76f1726e9b
|
|
@ -3,7 +3,8 @@
|
|||
var MainMenuRoom = this.MainMenuRoom = this.Room.extend({
|
||||
// minWidth: 480,
|
||||
// maxWidth: 480,
|
||||
bestWidth: 360,
|
||||
minWidth: 345,
|
||||
bestWidth: 345,
|
||||
events: {
|
||||
'click .button': 'clickButton'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -259,8 +259,8 @@ body {
|
|||
.mainmenu {
|
||||
display: block;
|
||||
padding: 10px 15px;
|
||||
margin: 40px 40px 0 40px;
|
||||
max-width: 360px;
|
||||
margin: 40px 25px 0 40px;
|
||||
max-width: 350px;
|
||||
border-radius: 20px;
|
||||
|
||||
background: rgba(201, 207, 219, .6);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user