/* ==========================================================================
   Styles for the Notifications Right Click Options page. One file per page,
   mirroring the page's path, so this table can be adjusted without touching
   any other page's styles.
   ========================================================================== */

/* Options table - the icon stacked above its label, narrow first column, the
   description and use case absorb the rest. Same stacked treatment as the
   hover-actions table on the Notification Items page. */
.right-click-options-table table {
  table-layout: fixed;
  width: 100%;
}

/* The theme puts min-width: 5rem on every th, which fights the narrow column. */
.right-click-options-table table th {
  min-width: 0;
}

.right-click-options-table table th:nth-child(1),
.right-click-options-table table td:nth-child(1) {
  width: 8rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
}

/* Stack the icon on its own line, centred above the label. */
.right-click-options-table table td:nth-child(1) .twemoji {
  display: block;
  margin: 0 auto 0.15rem;
}

.right-click-options-table table td {
  vertical-align: middle;
}
