atom-expose icon indicating copy to clipboard operation
atom-expose copied to clipboard

enlarge tab preview size

Open gilbertohasnofb opened this issue 7 years ago • 1 comments

Is it possible to enlarge the tab preview size? On my system, I have tabs of size 210 x 174 pixels, which is rather small for my 1920 x 1080. I tried searching on the source code but I can't find where these sizes are defined.

gilbertohasnofb avatar Oct 24 '17 22:10 gilbertohasnofb

I've run into the same problem and found the answer. The settings that you are looking for are under "styles/expose.less" You'll want to modify:

Line 66:

    .expose-tab {
      width: 210px;

Line 109:

      .tab-body {
        height: 140px;

Personally I changed the width to 510px and the height to 340px and it looks pretty decent.

moosedookie avatar Aug 12 '18 00:08 moosedookie