mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 12:31:47 +02:00
[design] improve search min width
This commit is contained in:
parent
54b2b321fa
commit
ad5922d302
@ -111,6 +111,7 @@
|
|||||||
|
|
||||||
.is-header-search-width-auto .header-search {
|
.is-header-search-width-auto .header-search {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
min-width: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-header-search-width-custom .header-search {
|
.is-header-search-width-custom .header-search {
|
||||||
|
@ -216,7 +216,7 @@
|
|||||||
<div class="input-wrap form-indent-2">
|
<div class="input-wrap form-indent-2">
|
||||||
<label for="control-header-search-width-custom">Percentage of header space</label>
|
<label for="control-header-search-width-custom">Percentage of header space</label>
|
||||||
<input id="control-header-search-width-custom" class="control-header-search-width-custom" type="range" min="10" max="100" value="0" tabindex="1">
|
<input id="control-header-search-width-custom" class="control-header-search-width-custom" type="range" min="10" max="100" value="0" tabindex="1">
|
||||||
<p class="input-helper small muted">Header space can be changed by the Layout Content Container Width.</p>
|
<p class="input-helper small muted">Header space can be changed by the Layout Content Container Width. Minimum width is 10%.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkbox-wrap form-indent-1">
|
<div class="checkbox-wrap form-indent-1">
|
||||||
<input id="control-header-search-focus" class="control-header-search-focus" type="checkbox" tabindex="1">
|
<input id="control-header-search-focus" class="control-header-search-focus" type="checkbox" tabindex="1">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user