mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 07:44:46 +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%);
|
background: linear-gradient(to right, $color-transparent, $color-white 50%);
|
||||||
bottom: .4em;
|
bottom: .4em;
|
||||||
content: "";
|
content: "";
|
||||||
height: 1.75em;
|
height: 1.5em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
Loading…
Reference in a new issue