roceys / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Make the popup page wider #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please describe the feature or enhancement in as much detail as possible:
If you can make the popup page wider, I will be appreciated for it.

Original issue reported on code.google.com by jief...@gmail.com on 13 Nov 2011 at 4:58

Attachments:

GoogleCodeExporter commented 8 years ago
It's supposed to be wider. Your browser also isn't retrieving the webfonts 
correctly. This is what it's supposed to looks like.

Can you give me some info?

Operating System & version     -
Chrome (Stable/Beta/Dev/Other) -
Chrome version                 -

Original comment by anst...@gmail.com on 13 Nov 2011 at 6:18

Attachments:

GoogleCodeExporter commented 8 years ago
This is caused by modification in "Custom.css".
I added the following code into it:

* {
    font-family: "Microsoft Yahei", Arial !important;
}

Original comment by jief...@gmail.com on 13 Nov 2011 at 7:48

GoogleCodeExporter commented 8 years ago
Oh I see. In the next version I've added ID minBrowserAction to the body tag of 
the popup so you can target it specifically with custom.css:

#minBrowserAction {
    width: 200px !important;
}

Default width is 175px. I'm not sure how much wider you'll have to make it to 
get it to fit.

Original comment by anst...@gmail.com on 13 Nov 2011 at 4:21