Skip to content

Commit 07db41c

Browse files
authored
Update view.css
1 parent a727646 commit 07db41c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

notesList/view.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
flex-wrap: wrap;
44
flex-direction: row;
55
justify-content: space-around;
6-
6+
cursor: default;
77
background: var(--background-primary);
88
border-radius: 10px;
99
overflow: hidden;
@@ -200,7 +200,11 @@
200200
}
201201
.NotesList[view='cards'] .listViewItem {
202202
flex-direction: column;
203-
width: 190px;
203+
min-width: 150px;
204+
width: 150px;
205+
max-width: 100%;
206+
flex-shrink: 1;
207+
flex-grow: 1;
204208
height: 190px;
205209
margin: 5px;
206210
padding: 0;

0 commit comments

Comments
 (0)