production-taskbar-client / src / renderer / app / layout / CompactLayout.less
CompactLayout.less
Raw
@import "../vars.less";

.app-content--compact {
  display: flex;
  flex-direction: row;
}
.app-content--compact__col1 {
  display: flex;
  flex-direction: column;
}

.app-content--compact__col2 {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  border-left: 2px solid @primary-color;
  overflow: hidden;
}

.app-content--compact__middle-row {
  display: flex;
  flex-direction: row;
  background-color: @primary-color;
}