Open oleedd opened 5 months ago
I'll try to remove it.
After several attempts. ChatGpt for Github managed to find the corresponding code. It is there: https://github.com/chromium/chromium/blob/main/chrome/browser/ui/views/extensions/extension_popup.h
static constexpr gfx::Size kMinSize = {25, 25};
static constexpr gfx::Size kMaxSize = {800, 600};
It is when click an extension icon (for example, a bookmark manager). The limit is 600 px.