Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 7b1a228

Browse files
authored
Fixed a css issue (#2577)
1 parent 9ada985 commit 7b1a228

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

lib/osf-components/addon/components/google-file-picker-widget/styles.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
.google-file-picker-container {
44
width: 100%;
5-
border: 1px solid blacl;
5+
6+
&.file-picker {
7+
width: 0;
8+
}
69

710
.instruction-container {
811
width: 100%;
9-
border: 1px solid blacl;
1012
}
1113

1214
.action-container {
1315
width: 100%;
14-
border: 1px solid blacl;
1516

1617
.authorize-button {
1718
visibility: hidden;

lib/osf-components/addon/components/google-file-picker-widget/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div {{did-insert this.registerComponent}}
2-
local-class='google-file-picker-container {{if this.isMobile 'mobile'}}'
2+
local-class='google-file-picker-container {{if this.isMobile 'mobile'}} {{if this.isFolderPicker 'file-picker'}}'
33
>
44
{{#if this.isFolderPicker}}
55
<div local-class='instruction-container'>

0 commit comments

Comments
 (0)