forked from Shinonome/dots-hyprland
overview: fix weird window placement when smol width
This commit is contained in:
@@ -140,7 +140,7 @@ export default (overviewMonitor = 0) => {
|
|||||||
transition: 'slide_down',
|
transition: 'slide_down',
|
||||||
revealChild: revealInfoCondition,
|
revealChild: revealInfoCondition,
|
||||||
child: Widget.Label({
|
child: Widget.Label({
|
||||||
maxWidthChars: 10, // Doesn't matter what number
|
maxWidthChars: 1, // Doesn't matter what number
|
||||||
truncate: 'end',
|
truncate: 'end',
|
||||||
className: `margin-top-5 ${xwayland ? 'txt txt-italic' : 'txt'}`,
|
className: `margin-top-5 ${xwayland ? 'txt txt-italic' : 'txt'}`,
|
||||||
css: `
|
css: `
|
||||||
|
|||||||
Reference in New Issue
Block a user