mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-02 11:44:41 +08:00
Adapting the draggable image sizes
The dragged clone looks nicer when the size is the same as the dragged image. --HG-- branch : 1.x
This commit is contained in:
@@ -367,7 +367,7 @@
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
#media-library-main-list li img{
|
||||
#media-library-main-list li img, .dragged-selection img {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
@@ -383,7 +383,7 @@
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
#media-library-main-list li img{
|
||||
#media-library-main-list li img, .dragged-selection img{
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user