mirror of
https://github.com/lbonn/rofi
synced 2024-11-22 20:03:03 +00:00
Fix release note error of supported prefix
This commit is contained in:
parent
3b86326b74
commit
92fceb2ff0
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ height, monitor id, minimum acpect ratio or maximum acpect ratio.
|
||||||
For example, go to fullscreen mode on screens smaller then full HD:
|
For example, go to fullscreen mode on screens smaller then full HD:
|
||||||
|
|
||||||
```
|
```
|
||||||
@media (max-width: 1920px ) {
|
@media (max-width: 1920 ) {
|
||||||
window {
|
window {
|
||||||
fullscreen: true;
|
fullscreen: true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue