Pereramaj commited on
Commit
25a91f1
·
verified ·
1 Parent(s): 6fdd42b

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +8 -1
styles.css CHANGED
@@ -395,9 +395,16 @@ input, textarea {
395
  display: flex;
396
  align-items: center;
397
  height: 100%;
 
398
  }
399
 
400
- /* REMOVE background behind hamburger column */
401
  div[data-testid="column"]:first-child {
402
  background: transparent !important;
 
 
 
 
 
 
403
  }
 
395
  display: flex;
396
  align-items: center;
397
  height: 100%;
398
+ margin-top: 6px;
399
  }
400
 
401
+ /* REMOVE background from left column completely */
402
  div[data-testid="column"]:first-child {
403
  background: transparent !important;
404
+ padding-top: 12px !important;
405
+ }
406
+
407
+ /* Make columns visually merge */
408
+ div[data-testid="horizontalBlock"] {
409
+ background: transparent !important;
410
  }