mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix: limit front card width to prevent map overflow before repaint
This commit is contained in:
parent
0113632465
commit
d4e76a68dd
1 changed files with 14 additions and 8 deletions
|
|
@ -10,16 +10,22 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
::ng-deep .flipped {
|
||||
.back-container {
|
||||
.flip-icon {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
::ng-deep {
|
||||
.front-container {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.front-container {
|
||||
.flip-icon {
|
||||
display: none;
|
||||
.flipped {
|
||||
.back-container {
|
||||
.flip-icon {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
}
|
||||
|
||||
.front-container {
|
||||
.flip-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue