Skip to content

Commit f0bf6b7

Browse files
committed
fix: invisible mode's toolbaritem when toolbar customize
1 parent 8349f5e commit f0bf6b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/skin/liberator.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,10 @@
134134
#liberator-message-toolbar {
135135
-moz-box-align: center;
136136
}
137-
#liberator-statusline[customizing="true"] :-moz-any(#liberator-message-toolbar, #liberator-status) {
137+
#liberator-statusline[customizing="true"] :-moz-any(#liberator-mode-toolbar, #liberator-message-toolbar, #liberator-status) {
138138
border: 1px dotted gray;
139139
min-width: 1em;
140+
min-height: 1em;
140141
}
141142
#liberator-status > * {
142143
padding: 0 1px;

0 commit comments

Comments
 (0)