mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix allocations for 3.32
This commit is contained in:
@@ -21,24 +21,25 @@
|
||||
* Some code was also adapted from the upstream Gnome Shell source code.
|
||||
*/
|
||||
|
||||
#dashtopanelScrollview .app-well-app .overview-icon {
|
||||
border-radius: 0;
|
||||
#dashtopanelScrollview .app-well-app .overview-icon,
|
||||
#dashtopanelTaskbar .show-apps .overview-icon {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#dashtopanelScrollview .app-well-app #dtp-icon-container {
|
||||
#dashtopanelScrollview .app-well-app .dtp-icon-container {
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
#dashtopanelTaskbar .show-apps {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
#dashtopanelScrollview .app-well-app .overview-label {
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
#show-apps-btn, #show-apps-btn .overview-icon {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#dashtopanelThumbnailScrollview {
|
||||
-st-hfade-offset: 48px;
|
||||
}
|
||||
@@ -48,8 +49,8 @@
|
||||
background: none;
|
||||
}
|
||||
|
||||
#dashtopanelScrollview .app-well-app:hover > :first-child,
|
||||
#dashtopanelScrollview .app-well-app:focus > :first-child {
|
||||
#dashtopanelScrollview .app-well-app:hover .dtp-container,
|
||||
#dashtopanelScrollview .app-well-app:focus .dtp-container {
|
||||
background-color: rgba(238, 238, 236, 0.1);
|
||||
}
|
||||
|
||||
@@ -118,4 +119,4 @@
|
||||
background-color: rgba(0,0,0,0.8);
|
||||
color: rgba(256, 256, 256, 1);
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user