topbar collapsed.....
Top bar collapser by him
Details
Authorhim
LicenseNo License
Categorygoogle.com
Created
Updated
Size477 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.google.com - Mar 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www.google.com") {
/* Insert code here... */
.LX3sZb {
display: inline-block;
flex-grow: 1;
max-width: 100px;
transition: 1s;
border-radius: 20px;
}
.LX3sZb:hover {
max-width: 399px;
transition: 2s;
}
}