chromium/ui/webui/resources/cr_components/history_clusters/cluster_menu.css

/* Copyright 2024 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

/* #css_wrapper_metadata_start
 * #type=style-lit
 * #import=./history_clusters_shared_style.css.js
 * #scheme=relative
 * #include=history-clusters-shared-style
 * #css_wrapper_metadata_end */

#actionMenuButton {
  --cr-icon-button-icon-size: 20px;
  --cr-icon-button-margin-end: 16px;
}

:host([in-side-panel_]) #actionMenuButton {
  --cr-icon-button-icon-size: 16px;
  --cr-icon-button-size: 24px;
  --cr-icon-button-margin-end: 8px;
}