mirror of
https://github.com/davatorium/rofi.git
synced 2024-10-27 05:23:18 -04: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:
|
||||
|
||||
```
|
||||
@media (max-width: 1920px ) {
|
||||
@media (max-width: 1920 ) {
|
||||
window {
|
||||
fullscreen: true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue