/* Match the wallet chip and let the document scroll through a full token page. */
html[data-theme] #view-tokens .tokens-toolbar {align-items:center}
html[data-theme] #view-tokens :is(.tokens-modes,.tokens-search,#tokensRefresh) {
  box-sizing:border-box; height:38px; min-height:38px; max-height:38px;
}
html[data-theme] #view-tokens .tokens-modes {padding:3px; gap:3px; align-items:stretch}
html[data-theme] #view-tokens .tokens-modes button {padding:0 17px; line-height:24px}
html[data-theme] #view-tokens .tokens-search input {height:100%; padding-top:0; padding-bottom:0}
html[data-theme] #view-tokens .tokens-clear {height:100%; padding-top:0; padding-bottom:0}
html[data-theme] #view-tokens #tokensRefresh {padding:0 17px; line-height:24px}
html[data-theme] #view-tokens .tokens-table-wrap {
  height:auto; max-height:none; min-height:0; overflow-x:auto;
}
@media(max-width:640px) {
  html[data-theme] #view-tokens .tokens-modes button {padding-left:12px; padding-right:12px}
}
