diff options
| author | Haishan <[email protected]> | 2021-11-13 13:06:41 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2021-11-13 13:22:54 +0800 |
| commit | d391e9efbf332559aa065f2a535f84f5e3c71183 (patch) | |
| tree | 4b63ce51821da60db3e6a92b955157f3667924d1 /src/components/shared/rtf.css | |
| parent | ab99bd37736d491e16963f0533897f31b4d8263b (diff) | |
Make log stream pause global state
Diffstat (limited to 'src/components/shared/rtf.css')
| -rw-r--r-- | src/components/shared/rtf.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/shared/rtf.css b/src/components/shared/rtf.css index da439ee..574aad1 100644 --- a/src/components/shared/rtf.css +++ b/src/components/shared/rtf.css @@ -12,8 +12,8 @@ list-style: none; } .rtf.open .rtf--mb { - box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), - 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); + box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), + 0px 3px 14px 2px rgba(0, 0, 0, 0.12); } .rtf.open .rtf--mb > ul { |
