.filepicker-plus-tooltip {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  top: 10px;
  left: 10px;
  z-index: 9999;
  background: var(--background);
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  max-width: 500px;
  aspect-ratio: auto;
  margin: 0;
  border: 1px solid #000;
  animation: fadein 0.5s;
  display: flex;
}
.filepicker-plus-tooltip img {
  min-width: 200px;
}
.filepicker-plus-tooltip .filepicker-plus-file-icon {
  border: none;
  max-width: 100%;
}
.filepicker-plus-tooltip .filepicker-plus-dimensions {
  position: absolute;
  background: black;
  padding: 0.3rem 0.5rem;
  margin: 0.3rem 0.5rem;
  border-radius: 5px;
  color: white;
}

.filepicker-plus-three {
  width: 20vw;
  height: 20vw;
}

.glb-preview {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 10px;
}

:not(.filepicker-sidebar) #file-picker {
  width: var(--filepickerplus-width) !important;
}
:not(.filepicker-sidebar) #file-picker .body:has(.directory.folders):has(.directory.files-list) {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
:not(.filepicker-sidebar) #file-picker ul {
  overflow-y: scroll;
}
:not(.filepicker-sidebar) #file-picker ul.tiles {
  grid-template-columns: repeat(5, 1fr);
}
:not(.filepicker-sidebar) #file-picker ul.tiles li {
  aspect-ratio: 1;
  overflow: unset;
}
:not(.filepicker-sidebar) #file-picker ul.tiles li img {
  width: 100%;
  height: 100%;
}

#filepicker-tab:has(#file-picker) .directory-header {
  margin: 0;
}
#filepicker-tab:has(#file-picker) #no-filepicker {
  display: none;
}
#filepicker-tab #file-picker {
  position: unset;
  min-height: 100%;
  padding: 0.5rem;
}
#filepicker-tab #file-picker .window-header {
  display: none;
}
#filepicker-tab #file-picker .set-favorite span {
  font-size: 0;
}
#filepicker-tab #file-picker .body {
  flex: 1;
}
#filepicker-tab #file-picker ul.tiles {
  grid-template-columns: repeat(3, 1fr);
}
#filepicker-tab #file-picker ul.tiles li {
  aspect-ratio: 1;
  overflow: unset;
}
#filepicker-tab #file-picker ul.tiles li img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=module.css.map */