align buttons with column headers (#2964)
This commit is contained in:
parent
cc9a6a710f
commit
43db2cf5e7
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
padding: 15px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: -49px;
|
||||
top: -48px;
|
||||
z-index: 3;
|
||||
|
||||
&:hover {
|
||||
|
@ -1474,7 +1474,7 @@ a.status__content__spoiler-link {
|
|||
padding: 15px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: -49px;
|
||||
top: -48px;
|
||||
}
|
||||
|
||||
.react-toggle {
|
||||
|
|
Loading…
Reference in a new issue