diff options
| author | Joanne <zehan_ding@brown.edu> | 2025-05-12 20:53:12 -0400 |
|---|---|---|
| committer | Joanne <zehan_ding@brown.edu> | 2025-05-12 20:53:12 -0400 |
| commit | 4997c3de20a381eac30224a7a550afa66174f07d (patch) | |
| tree | 08ddeb35bd4bcbcc2b3b91591dd191495e7e9fb0 /src/client/views/topbar/TopBar.scss | |
| parent | e058d227ccbce47c86b0fa558adb01dfccaf4d60 (diff) | |
added tutorial tool, still need to integrate with metadatatool
Diffstat (limited to 'src/client/views/topbar/TopBar.scss')
| -rw-r--r-- | src/client/views/topbar/TopBar.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/topbar/TopBar.scss b/src/client/views/topbar/TopBar.scss index 35a3da312..2200d11d5 100644 --- a/src/client/views/topbar/TopBar.scss +++ b/src/client/views/topbar/TopBar.scss @@ -238,3 +238,10 @@ font-weight: bold; } } + +.topbar-right .dropdown-container { + width: 30px !important; + display: inline-flex !important; + margin: 0 !important; + padding: 0 !important; +} |
