mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Reduce the height of the bluring element [SCI-7676]
This commit is contained in:
parent
38412af02a
commit
57838dc813
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
|||
background: linear-gradient(to right, $color-transparent, $color-white 50%);
|
||||
bottom: .4em;
|
||||
content: "";
|
||||
height: 1.75em;
|
||||
height: 1.5em;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-align: right;
|
||||
|
|
Loading…
Reference in a new issue