mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Pale Moon: Fix positioning of caption buttons in application-drawn titlebar
This commit is contained in:
parent
5ffd703f79
commit
7013acc5bb
2 changed files with 7 additions and 0 deletions
|
|
@ -334,7 +334,9 @@
|
|||
</button>
|
||||
</hbox>
|
||||
#endif
|
||||
#ifndef XP_MACOSX
|
||||
<spacer id="titlebar-spacer" flex="1"/>
|
||||
#endif
|
||||
<hbox id="titlebar-buttonbox-container" align="start">
|
||||
<hbox id="titlebar-buttonbox">
|
||||
<toolbarbutton class="titlebar-button" id="titlebar-min" oncommand="window.minimize();"/>
|
||||
|
|
|
|||
|
|
@ -137,6 +137,11 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
#titlebar-buttonbox-container {
|
||||
margin-left: 7px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
/* ::::: bookmark toolbar ::::: */
|
||||
|
||||
#personal-bookmarks {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue