bigger star when rating
This commit is contained in:
parent
2ee4a6c260
commit
6a6a845706
1 changed files with 18 additions and 3 deletions
|
@ -102,8 +102,23 @@ dialog {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1280px) {
|
||||
dialog article {
|
||||
max-width: 800px;
|
||||
@media (max-width: 768px) {
|
||||
dialog {
|
||||
.rating-editor {
|
||||
font-size: 250%;
|
||||
}
|
||||
|
||||
div.grid:has(.rating-editor) {
|
||||
gap: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1280px) {
|
||||
dialog {
|
||||
article {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue