mirror of
https://github.com/wekan/wekan.git
synced 2026-02-08 09:24:20 +01:00
Fixed extra space at RTL need margin.
Thanks to mimZD and xet7 ! Fixes #6099
This commit is contained in:
parent
41c417fda0
commit
4456bc1360
1 changed files with 5 additions and 6 deletions
|
|
@ -44,9 +44,8 @@
|
|||
}
|
||||
}
|
||||
.minicard-details-menu-with-handle {
|
||||
position: absolute;
|
||||
right: 0.7vw;
|
||||
top: 0.7vh;
|
||||
float: right;
|
||||
padding-left: 0.7vw;
|
||||
font-size: clamp(14px, 3vw, 18px);
|
||||
padding: 0;
|
||||
z-index: 1;
|
||||
|
|
@ -137,8 +136,8 @@
|
|||
width: clamp(20px, 2.5vw, 28px);
|
||||
height: clamp(20px, 2.5vw, 28px);
|
||||
position: absolute;
|
||||
right: 3vw;
|
||||
top: 0.7vh;
|
||||
right: 0vw;
|
||||
top: 6vh;
|
||||
display: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
@ -155,7 +154,7 @@
|
|||
text-align: center;
|
||||
}
|
||||
.minicard .minicard-title {
|
||||
margin-right: 6vw;
|
||||
margin-right: 1.5vw;
|
||||
}
|
||||
.minicard .minicard-title .card-number {
|
||||
color: #b3b3b3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue