Re: GNOME Shell 2.91.3 released



Owen Taylor <otaylor    > writes:

>  * New layout for overview [Florian]
>    - The complex dash is replaced with a narrower line of icons, giving
>      more space for the windows

I tried it but i find out the new dash has too little icons.
I'm thinking aboout my grandpa, even with the googles on he cannot tell one icon
from the other (also the names are too small).

Is there a way to enlarge the new dash?

I tried inserting a width in pixels
#dash {
    color: #5f5f5f;
    font-size: 12px;
    padding: 6px 0px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(128, 128, 128, 0.4);
    border-left: 0px;
    border-radius: 0px 9px 9px 0px;
+   width: 60px;

}
but it seems not to work.

Marco



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]