diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-02 18:32:32 -0500 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-02 18:32:32 -0500 |
| commit | 42df7429d0b1da8739d788e035968a653b320328 (patch) | |
| tree | 677eae1688e6016c271e66f1326c2240f48ea753 /src/client/views/nodes/LinkMenu.scss | |
| parent | 4211f12c3218afd771ba6b3063d0809939b411bc (diff) | |
added flyout packages and linkmenu shell + slight styling:
Diffstat (limited to 'src/client/views/nodes/LinkMenu.scss')
| -rw-r--r-- | src/client/views/nodes/LinkMenu.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/client/views/nodes/LinkMenu.scss b/src/client/views/nodes/LinkMenu.scss index e69de29bb..141d1fbf1 100644 --- a/src/client/views/nodes/LinkMenu.scss +++ b/src/client/views/nodes/LinkMenu.scss @@ -0,0 +1,19 @@ +#menu-container { + width: 180px; + height: 250px; + display: flex; + flex-direction: column; + background: red; +} + +#search-bar { + width: 100%; + margin: 2%; +} + +#link-list { + width: 100%; + height: 100px; + overflow-y: scroll; + background: black; +}
\ No newline at end of file |
