diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-04-09 22:01:44 -0400 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-04-09 22:01:44 -0400 |
| commit | f8d4fa3d161da88e63e51c4a8940a3c44d0ae62e (patch) | |
| tree | 16e2b24c5f8c3c2c5a7f48550125fdb99c84454d /src/client/views/DocumentDecorations.scss | |
| parent | 755769e3604d48148ad1670ce3cce1a785c1766d (diff) | |
for now
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index ecc738076..3871be35b 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -69,6 +69,7 @@ } } + .documentDecorations-closeButton { background: $alt-accent; opacity: 0.8; @@ -125,6 +126,10 @@ // } // } +.linkFlyout { + grid-column: 2/4; +} + .linkButton-empty:hover { background: $main-accent; transform: scale(1.05); @@ -162,10 +167,6 @@ transform: scale(1.05); } -.linkButton-tray { - grid-column: 1/4; -} - .linkButton-empty { height: 20px; width: 20px; |
