update toolbar, tabbar, and paneheader
This commit is contained in:
parent
786a48c995
commit
d06ad5c14a
4 changed files with 14 additions and 16 deletions
|
@ -198,14 +198,6 @@
|
||||||
height:24px;
|
height:24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-collections-toolbar {
|
|
||||||
padding-inline-start: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#zotero-items-toolbar {
|
|
||||||
margin-inline-end: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.zotero-button-clear-image {
|
.zotero-button-clear-image {
|
||||||
list-style-image: none
|
list-style-image: none
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
width: 28px;
|
width: 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
padding: 0px 4px 0px 4px;
|
padding: 0px 4px 0px 4px;
|
||||||
margin: 0px 4px 0px 4px;
|
|
||||||
|
|
||||||
&[type="menu"] {
|
&[type="menu"] {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
@ -49,16 +48,23 @@
|
||||||
box-shadow: 0 0 0 var(--width-focus-border) var(--color-focus-border);
|
box-shadow: 0 0 0 var(--width-focus-border) var(--color-focus-border);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-child {
|
|
||||||
margin-inline-start: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
#zotero-items-toolbar,
|
||||||
margin-inline-end: 0;
|
#zotero-tabs-toolbar {
|
||||||
|
toolbarbutton {
|
||||||
|
margin: 0px 4px 0px 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zotero-items-toolbar:first-child {
|
||||||
|
margin-inline-start: -4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#zotero-collections-toolbar {
|
||||||
|
border-bottom: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
#zotero-collections-search {
|
#zotero-collections-search {
|
||||||
max-width: 0;
|
max-width: 0;
|
||||||
transition: max-width 0.2s ease;
|
transition: max-width 0.2s ease;
|
||||||
|
|
|
@ -16,7 +16,7 @@ pane-header {
|
||||||
.title {
|
.title {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-top: calc(0px - var(--editable-text-padding-block));
|
margin-top: calc(0px - var(--editable-text-padding-block));
|
||||||
padding: 1px 4px;
|
padding: 2px 0px 1px 0px;
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
font-weight: 590;
|
font-weight: 590;
|
||||||
line-height: 1.333;
|
line-height: 1.333;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#tab-bar-container {
|
#tab-bar-container {
|
||||||
--safe-area-start: 73px;
|
--safe-area-start: 73px;
|
||||||
--safe-area-end: 20px;
|
--safe-area-end: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root:is([sizemode=fullscreen]) {
|
:root:is([sizemode=fullscreen]) {
|
||||||
|
|
Loading…
Reference in a new issue