Wednesday, July 15, 2026 1:57:39 AM
> project show esm_website_v1
The unexpected heart of the ESM ecosystem. What started as a simple Rails dashboard has evolved into the command center for thousands of gaming communities, proving that sometimes the best infrastructure projects are the ones you never planned to build.
Details
> dashboard.scss
.sidebar {
  background-color: $gray-dark;
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sidebar a {
  color: #FBFCFE !important;
}

ul.sidebar-items li {
  list-style: none;
  padding: 0.75em 0.75em 0.75em 0.75em;

  &.selected {
    border-left: 5px solid $exile-toast-green;
    background-color: $gray;
  }
}

ul.sidebar-items li:hover {
  border-left: 5px solid $exile-toast-blue;
  background-color: $gray;
  cursor: pointer;
}

.dashboard-panel {
  overflow: auto;
  max-height: calc(100vh - #{$navbar-nav-item-height});
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
}

@media (max-width: $breakpoint-medium) {
  .dashboard-panel {
    // Override
    overflow: hidden;
    max-height: 100%;
    padding-top: 0;
    padding-bottom: 0;

    // New
    padding-right: 15px;
    margin-left: 15px;
    margin-right: auto;
  }
}

.requested-type-table {
  margin-top: 0;

  td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
  }
}
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7