mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Adjust icon paddings following Shell.GenericContainer deprecation
This commit is contained in:
@@ -21,21 +21,25 @@
|
||||
* Some code was also adapted from the upstream Gnome Shell source code.
|
||||
*/
|
||||
|
||||
#dashtopanelScrollview .app-well-app .overview-icon {
|
||||
#dashtopanelScrollview .app-well-app .overview-icon {
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
padding: 2px;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
#dashtopanelScrollview .app-well-app .overview-label {
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#show-apps-btn, #show-apps-btn .overview-icon {
|
||||
#show-apps-btn {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#show-apps-btn .overview-icon {
|
||||
padding: 2px 8px;
|
||||
}
|
||||
|
||||
#dashtopanelScrollview .app-well-app:hover .overview-icon,
|
||||
#dashtopanelScrollview .app-well-app:focus .overview-icon {
|
||||
background: none;
|
||||
|
||||
Reference in New Issue
Block a user