Skip to content

Commit

Permalink
Edited distance window controls for flatpak version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonnev committed Oct 28, 2024
1 parent bacf3ee commit da609a4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Close Only Right/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/* brings window controls in the nav bar */
.titlebar-buttonbox {
margin-left: -34px !important;
margin-left: -36px !important;
top: 9px !important;
position: absolute !important;
display: flex !important;
Expand Down
2 changes: 1 addition & 1 deletion Elementary Reversed/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

/* brings close button to the right */
.titlebar-close {
margin-right: calc(11px - 100vw) !important;
margin-right: calc(5px - 100vw) !important;
}

/* dont show window controls in fullscreen */
Expand Down
4 changes: 2 additions & 2 deletions Elementary/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
.titlebar-buttonbox {
appearance: none !important;
flex-direction: row !important;
margin-left: 4px !important;
margin-left: 3px !important;
top: 9px !important;
position: absolute !important;
display: flex !important;
width: calc(100vw - 11px) !important;
width: calc(100vw - 6px) !important;
height: 25px !important;
justify-content: space-between !important;
}
Expand Down
2 changes: 1 addition & 1 deletion Minimize Left/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* brings max and min button to the right */
.titlebar-max,
.titlebar-restore {
margin-left: calc(100vw - 99px) !important;
margin-left: calc(100vw - 104px) !important;
}

/* dont show window controls in fullscreen */
Expand Down
2 changes: 1 addition & 1 deletion Minimize Right/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/* brings max and min button to the right */
.titlebar-min {
margin-left: calc(100vw - 99px) !important;
margin-left: calc(100vw - 104px) !important;
}

/* dont show window controls in fullscreen */
Expand Down
2 changes: 1 addition & 1 deletion Windows/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/* brings window controls in the nav bar */
.titlebar-buttonbox {
margin-left: -96px !important;
margin-left: -104px !important;
top: 9px !important;
position: absolute !important;
display: flex !important;
Expand Down

0 comments on commit da609a4

Please sign in to comment.