From f24cfc32734a168254f0c0e4889a989bb69ee444 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 15 Oct 2024 23:20:33 -0400 Subject: populate widgets with actual bookmarks --- extension/src/index.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 extension/src/index.css (limited to 'extension/src/index.css') diff --git a/extension/src/index.css b/extension/src/index.css new file mode 100644 index 0000000..63a2a92 --- /dev/null +++ b/extension/src/index.css @@ -0,0 +1,14 @@ +.folder { + display: flex; + flex-direction: column; + border-width: 2px; + border-style: solid; + border-color: black; + padding: 2px; + margin: 2px; +} + +.folder > div { + display: flex; + flex-direction: column; +} \ No newline at end of file -- cgit v1.2.3