.statusbarWrapper {
  align-items: center;
  background-color: var(--taskbar-background);
  bottom: 3px;
  display: flex;
  font-size: 0.75rem;
  gap: 0.25rem;
  left: 0;
  overflow: auto;
  padding: 0.25rem;
  position: sticky;
  right: 0;
  scrollbar-width: none;
  z-index: 5;
}
.windowFullScreen > .statusbarWrapper {
  bottom: 0;
}
.statusbar {
  align-items: center;
  border: 0.125rem inset var(--border-color);
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  height: 1.35rem;
  margin: 0 !important;
  padding: 0 0.25rem;
  white-space: nowrap;
  width: fit-content;
}
.statusbar a, .statusbar a:visited {
  color: var(--default-link-color);
}
.statusbarLast {
  flex-grow: 1;
}
