Improving search-replace button sizing
This commit is contained in:
parent
f647aba153
commit
330817a745
@ -1,3 +1,8 @@
|
|||||||
|
.buttons > button {
|
||||||
|
min-width: 3.5em;
|
||||||
|
min-height: 2.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.width-8em {
|
.width-8em {
|
||||||
width: 8em;
|
width: 8em;
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<label id="find-options-lbl">Finding with Options: {{findOptions || "Case Insensitive"}}</label>
|
<label id="find-options-lbl">Finding with Options: {{findOptions || "Case Insensitive"}}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col col-5 line-height-32px">
|
<div class="col col-5 line-height-32px buttons">
|
||||||
<button title="Close Panel"
|
<button title="Close Panel"
|
||||||
class="float-end btn btn-sm btn-dark"
|
class="float-end btn btn-sm btn-dark"
|
||||||
(click)="hideSearchReplace()">X
|
(click)="hideSearchReplace()">X
|
||||||
|
Loading…
Reference in New Issue
Block a user