feat: Allow commenting in code (#5953)
* Allow commenting in code marks * Allow commenting in code blocks * Floating comment toolbar in code block
This commit is contained in:
@@ -23,7 +23,7 @@ export default styled.button.attrs((props) => ({
|
||||
background: none;
|
||||
transition: opacity 100ms ease-in-out;
|
||||
padding: 0;
|
||||
opacity: 0.7;
|
||||
opacity: 0.8;
|
||||
outline: none;
|
||||
pointer-events: all;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user