/* Copyright 2026 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=chrome://resources/cr_elements/action_link_lit.css.js
 * #import=chrome://resources/cr_elements/cr_scrollable_lit.css.js
 * #import=chrome://resources/cr_elements/cr_shared_vars.css.js
 * #import=../settings_shared_lit.css.js
 * #include=settings-shared-lit action-link-lit cr-scrollable-lit
 * #css_wrapper_metadata_end */

#editOptions > div {
  border-top: var(--cr-separator-line);
}

#outer {
  display: flex;
  flex-direction: column;
  max-height: 355px; /** Enough height to show six entries. */
}

#container settings-startup-url-entry {
  cursor: default;
}
