This repository was archived by the owner on Jan 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ export class PanoItem extends St.Widget {
206206 const height = Math . floor ( this . settings . get_int ( 'item-height' ) * mult ) + header ;
207207
208208 this . set_height ( height * scaleFactor ) ;
209- this . container . set_width ( this . settings . get_int ( 'item-width' ) * scaleFactor ) ;
209+ this . container . set_width ( ( this . settings . get_int ( 'item-width' ) - 2 ) * scaleFactor ) ;
210210 // -2*4 for the border
211211 this . container . set_height ( ( height - 8 ) * scaleFactor ) ;
212212 this . body . set_height ( ( height - 10 - header ) * scaleFactor ) ;
Original file line number Diff line number Diff line change 4848/* Item */
4949.pano-item {
5050 border-radius : 16px ;
51- margin : 6 px 0px 12px 6px ;
51+ margin : 5 px 0px 12px 6px ;
5252 border : 4px solid transparent;
5353 box-shadow : 0 0 4px rgba (0 , 0 , 0 , 0.1 );
5454}
5858}
5959
6060.pano-window .vertical .pano-item {
61- margin : 6px 12 px 0px 12 px ;
61+ margin : 6px 10 px 0px 10 px ;
6262}
6363
6464.pano-item : first-child {
65- margin-left : 12 px ;
65+ margin-left : 10 px ;
6666}
6767
6868.pano-item : last-child {
69- margin-right : 12 px ;
69+ margin-right : 10 px ;
7070}
7171
7272.pano-window .vertical .pano-item : last-child {
73- margin-bottom : 12 px ;
73+ margin-bottom : 10 px ;
7474}
7575
7676.pano-item-container {
You can’t perform that action at this time.
0 commit comments