mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
fixed #82, 대시보드에서 글 삭제,휴지통 버튼 출력 오류 수정
This commit is contained in:
parent
1ba4fa7921
commit
e9e8c02238
1 changed files with 2 additions and 2 deletions
|
|
@ -1485,7 +1485,7 @@ body>.x,
|
|||
top: 0;
|
||||
right: 5px;
|
||||
margin: 0;
|
||||
padding: 0 0 0 10px;
|
||||
padding: 0 0 0 40px;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
line-height: 28px;
|
||||
|
|
@ -1493,7 +1493,7 @@ body>.x,
|
|||
}
|
||||
.x .dashboard>div>section li>.action>button {
|
||||
margin: 0 0 0 4px;
|
||||
padding: 0;
|
||||
padding: 0 0 0 15px;
|
||||
overflow: visible;
|
||||
}
|
||||
@media all and (max-width: 980px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue