vomebook commited on
Commit
6203756
·
verified ·
1 Parent(s): ebb9af0

Upload style.css

Browse files
Files changed (1) hide show
  1. static/style.css +3 -2
static/style.css CHANGED
@@ -670,7 +670,8 @@ ul, li {
670
  display: flex;
671
  min-height: 520px;
672
  flex: 1;
673
- justify-content: center;
 
674
  overflow: auto;
675
  padding: 16px;
676
  background: #e6e6e6;
@@ -978,7 +979,7 @@ body.mobile .proofread-grid {
978
  body.mobile .proofread-source {
979
  height: 52vh;
980
  min-height: 0;
981
- overflow: visible;
982
  border-right: 0;
983
  border-bottom: 1px solid var(--reader-divider, var(--outline-variant));
984
  }
 
670
  display: flex;
671
  min-height: 520px;
672
  flex: 1;
673
+ align-items: flex-start;
674
+ justify-content: flex-start;
675
  overflow: auto;
676
  padding: 16px;
677
  background: #e6e6e6;
 
979
  body.mobile .proofread-source {
980
  height: 52vh;
981
  min-height: 0;
982
+ overflow: hidden;
983
  border-right: 0;
984
  border-bottom: 1px solid var(--reader-divider, var(--outline-variant));
985
  }