Skip to content

Commit 6c414ee

Browse files
committed
Fixes #988 - Fix Appearance of File -> Open
1 parent 20be95d commit 6c414ee

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: "45cfa8471b89fb6643fe9bf51bd7931a76b8f5ec2d65de4fb176dba8d4f22c77"
8+
sha256: "16e298750b6d0af7ce8a3ba7c18c69c3785d11b15ec83f6dcd0ad2a0009b3cab"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "73.0.0"
11+
version: "76.0.0"
1212
_macros:
1313
dependency: transitive
1414
description: dart
1515
source: sdk
16-
version: "0.3.2"
16+
version: "0.3.3"
1717
analyzer:
1818
dependency: "direct main"
1919
description:
2020
name: analyzer
21-
sha256: "4959fec185fe70cce007c57e9ab6983101dbe593d2bf8bbfb4453aaec0cf470a"
21+
sha256: "1f14db053a8c23e260789e9b0980fa27f2680dd640932cae5e1137cce0e46e1e"
2222
url: "https://pub.dev"
2323
source: hosted
24-
version: "6.8.0"
24+
version: "6.11.0"
2525
archive:
2626
dependency: transitive
2727
description:
@@ -370,10 +370,10 @@ packages:
370370
dependency: transitive
371371
description:
372372
name: macros
373-
sha256: "0acaed5d6b7eab89f63350bccd82119e6c602df0f391260d0e32b5e23db79536"
373+
sha256: "1d9e801cd66f7ea3663c45fc708450db1fa57f988142c64289142c9b7ee80656"
374374
url: "https://pub.dev"
375375
source: hosted
376-
version: "0.1.2-main.4"
376+
version: "0.1.3-main.0"
377377
matcher:
378378
dependency: transitive
379379
description:

web/scadnano-styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ https://stackoverflow.com/questions/15138801/rotate-rectangle-around-its-own-cen
11081108
.form-file-dropdown .custom-file-input + .custom-file-label {
11091109
display: block;
11101110
width: 100%;
1111-
padding: .25rem 1.5rem;
1111+
padding: 0;
11121112
margin-bottom: 0%;
11131113
/* Removes label browser default */
11141114
clear: both;

0 commit comments

Comments
 (0)