Results 3 issues of GUSSAN

### Describe your problem request ### Steps to reproduce the problem none ### Bludit version 3.13.1 ### Hosting or Webserver name none

The Blud number in the release package is still v3.15.0 and should be corrected and re-released to v3.16.0.

## 概要 管理画面ログイン状態で、ユーザー画面側で管理ツールバーが表示されているとき、一部imgの width= タグがユーザー側のcssのスタイルで上書きされてしまうケースがあります。 toolbar.phpで使用している`BcBaser->getImg()`のオプションの['width' => 8, 'height' => 11, ]でインラインとして出力される `width="8"` は、ユーザー(テーマ側)のcssのスタイル設定で例えば `body img {style="width:100%;"}` などとした場合、優先して機能せず、上書きされてしまう。 baserCMS version : 4.8.1 ## TODO admin-second/ - Baser/View/Elements/admin/toolbar.phpの81、96、108行目の`BcBaser->getImg()`のオプションの['width' => 8, 'height'...

Todo