Druid-Extension/example/custom.display_profiles
2022-02-28 21:37:23 +02:00

15 lines
165 B
Plaintext

profiles {
name: "Landscape"
qualifiers {
width: 900
height: 600
}
}
profiles {
name: "Portrait"
qualifiers {
width: 600
height: 900
}
}