Results 26 comments of Mercury233

> I copied `C:\Program Files (x86)\Mono\lib\mono\4.5\mscorlib.dll` or `C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\mscorlib.dll` to replace `C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v1.0\mscorlib.dll` and it seems work https://github.com/mercury233/libWindbot/commit/4dc883b50c55f485ebdc56ebc73858ba42011719 replace the old dll and it work...

https://db4s-beta.dbhub.io/mercury233/pre-release.cdb?branch=master&commit=da7d5c38f724aea786ce3cc494f3305644c03c714ad6ca8f6537b7d6150e812c is uploaded

I've updated the database, but the view don't update when i refresh the page, unless I select the view in list again. ![image](https://user-images.githubusercontent.com/13391795/29869276-eb926e24-8db4-11e7-8730-79fb0e0fb503.png) ![image](https://user-images.githubusercontent.com/13391795/29869288-f784abfc-8db4-11e7-84f3-6de9b865995b.png) BTW, I think there should be...

It looks much better now, thanks! _what about custom css_

Yes, so I can decide how wide the second column should be, and more.

```css .table>thead>tr>th:nth-child(2) { width: 20em; } .table>tbody>tr>td:nth-child(3) { font-size: 12px; } ``` I guess one field to post CSS like this, and one class for the main table, should be...

Anyway, custom css can change the page entirely, and will have much security problem, so it is just a idea...

Speaking of docs, there's a doc that needs to be updated, [os.is](https://premake.github.io/docs/os.is) was deprecated by `os.istarget` or `os.ishost`

you need to update and build the ygopro part too