Skip to content

Commit 51b622c

Browse files
committed
Add header resizing
1 parent b97275f commit 51b622c

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"activeTab": 3
2+
"activeTab": 2
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_window_id": "",
33
"Source": "Source",
4-
"cursorPosition": "22,6",
4+
"cursorPosition": "24,6",
55
"scrollLine": "0"
66
}

.Rproj.user/72C48C45/sources/session-85413784/D4BC19A2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"path": "~/GitHub/super-speeders/radar-header.html",
44
"project_path": "radar-header.html",
55
"type": "html",
6-
"hash": "3825953114",
6+
"hash": "0",
77
"contents": "",
88
"dirty": false,
99
"created": 1753299859062.0,
@@ -12,15 +12,15 @@
1212
"properties": {
1313
"source_window_id": "",
1414
"Source": "Source",
15-
"cursorPosition": "22,6",
15+
"cursorPosition": "24,6",
1616
"scrollLine": "0"
1717
},
1818
"folds": "",
19-
"lastKnownWriteTime": 1753302919,
19+
"lastKnownWriteTime": 1753303696,
2020
"encoding": "UTF-8",
2121
"collab_server": "",
2222
"source_window": "",
23-
"last_content_update": 1753302919479,
23+
"last_content_update": 1753303696105,
2424
"read_only": false,
2525
"read_only_alternatives": []
2626
}

.Rproj.user/72C48C45/sources/session-85413784/D4BC19A2-contents

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
.radar-header {
33
padding-bottom: 1rem;
44
overflow: hidden;
5+
max-width: 800px;
6+
margin: 0 auto;
57
}
68

79
.radar-header picture img {

radar-header.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
.radar-header {
33
padding-bottom: 1rem;
44
overflow: hidden;
5+
max-width: 800px;
6+
margin: 0 auto;
57
}
68

79
.radar-header picture img {

0 commit comments

Comments
 (0)