Procházet zdrojové kódy
Merge pull request #15969 from shariquerik/image-action-in-sidebar
fix(UI): Image action not in center of image in mobile view
version-14
mergify[bot]
před 3 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
frappe/public/scss/desk/sidebar.scss
|
@@ -104,10 +104,10 @@ body[data-route^="Module"] .main-menu { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.sidebar-image-section { |
|
|
.sidebar-image-section { |
|
|
|
|
|
width: min(100%, 170px); |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
.sidebar-image { |
|
|
.sidebar-image { |
|
|
width: min(100%, 170px); |
|
|
|
|
|
height: auto; |
|
|
height: auto; |
|
|
max-height: 170px; |
|
|
max-height: 170px; |
|
|
object-fit: cover; |
|
|
object-fit: cover; |
|
|