File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -1406,6 +1406,17 @@ footer .ui.language .menu {
1406
1406
.repository .file .editor .commit-form-wrapper {
1407
1407
padding-left : 64px ;
1408
1408
}
1409
+ .repository .file .editor .tab [data-tab = "write" ] {
1410
+ padding : 0 !important ;
1411
+ }
1412
+ .repository .file .editor .tab [data-tab = "write" ] .editor-toolbar {
1413
+ border : none !important ;
1414
+ }
1415
+ .repository .file .editor .tab [data-tab = "write" ] .CodeMirror {
1416
+ border-left : none;
1417
+ border-right : none;
1418
+ border-bottom : none;
1419
+ }
1409
1420
.repository .file .editor .commit-form-wrapper .commit-avatar {
1410
1421
float : left;
1411
1422
margin-left : -64px ;
@@ -3003,4 +3014,4 @@ footer .ui.language .menu {
3003
3014
.signin .oauth2 img {
3004
3015
width : 32px ;
3005
3016
height : 32px ;
3006
- }
3017
+ }
Original file line number Diff line number Diff line change 7
7
.cm-comment {
8
8
background : inherit !important ;
9
9
}
10
- }
10
+ }
11
+ .repository.file.editor .tab [data- tab= " write" ] {
12
+ padding : 0 !important ;
13
+ }
14
+ .repository.file.editor .tab [data- tab= " write" ] .editor-toolbar {
15
+ border : none !important ;
16
+ }
17
+ .repository.file.editor .tab [data- tab= " write" ] .CodeMirror {
18
+ border-left : none ;
19
+ border-right : none ;
20
+ border-bottom : none ;
21
+ }
You can’t perform that action at this time.
0 commit comments