collection fixes
This commit is contained in:
+8
-1
@@ -511,7 +511,7 @@ paper-dialog paper-radio-group paper-radio-button {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fullscreen-paper-dialog, .medium-paper-dialog {
|
||||
.fullscreen-paper-dialog, .medium-paper-dialog, .small-paper-dialog {
|
||||
position: fixed !important;
|
||||
top: 0 !important;
|
||||
bottom: 0 !important;
|
||||
@@ -531,6 +531,13 @@ paper-dialog paper-radio-group paper-radio-button {
|
||||
left: 10% !important;
|
||||
right: 10% !important;
|
||||
}
|
||||
|
||||
.small-paper-dialog {
|
||||
top: 10% !important;
|
||||
bottom: 10% !important;
|
||||
left: 20% !important;
|
||||
right: 20% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1280px) and (min-height: 720px) {
|
||||
|
||||
Reference in New Issue
Block a user