mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
@@ -61,6 +61,7 @@ a.discrete-link:focus {
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
background-color: #ffffff;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Fixes smooth scrolling on iOS */
|
||||
@@ -487,14 +488,34 @@ canvas.drawingBuffer {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.custom-control-label {
|
||||
.form-control-lg .custom-control-label {
|
||||
padding-top: 7px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.custom-control-label {
|
||||
padding-top: 13px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.custom-control-label::before,
|
||||
.custom-control-label::after {
|
||||
top: 0.8rem;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
}
|
||||
|
||||
.recipe-card-name {
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.recipe-expand {
|
||||
right: 1.25rem;
|
||||
top: .75rem;
|
||||
}
|
||||
|
||||
.recipe-servings-input {
|
||||
width: 125px;
|
||||
}
|
Reference in New Issue
Block a user