Fixed gnome-shell issue

This commit is contained in:
vinceliuice
2021-01-01 12:50:35 +08:00
parent fc9a5ce822
commit b2be3b1526
11 changed files with 294 additions and 213 deletions

View File

@@ -193,14 +193,6 @@ stage {
margin: 4px 8px;
}
.datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-displays-box {
spacing: 8px;
}
.datemenu-calendar-column {
spacing: 8px;
border: none;
@@ -217,6 +209,14 @@ stage {
border-right-width: 0;
}
.datemenu-calendar-column .datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-calendar-column .datemenu-displays-box {
spacing: 8px;
}
.datemenu-today-button {
min-height: 48px;
border: none;
@@ -405,7 +405,6 @@ stage {
.weather-button,
.events-button,
.events-section-title {
min-height: 20px;
padding: 12px;
margin: 2px 4px;
}
@@ -439,36 +438,44 @@ stage {
font-feature-settings: "tnum";
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.world-clocks-city {
.world-clocks-button .world-clocks-city {
color: #999999;
font-weight: bold;
font-size: 0.9em;
}
.world-clocks-time {
.world-clocks-button .world-clocks-time {
color: #999999;
font-feature-settings: "tnum";
font-size: 1.2em;
}
.world-clocks-timezone {
.world-clocks-button .world-clocks-time:ltr {
text-align: right;
}
.world-clocks-button .world-clocks-time:rtl {
text-align: left;
}
.world-clocks-button .world-clocks-timezone {
color: #999999;
font-feature-settings: "tnum";
font-size: 0.9em;
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.weather-button {
margin-bottom: 6px;
}
.weather-button .weather-box {
spacing: 0.5em;
spacing: 12px;
}
.weather-button .weather-header-box {

View File

@@ -193,14 +193,6 @@ stage {
margin: 4px 8px;
}
.datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-displays-box {
spacing: 8px;
}
.datemenu-calendar-column {
spacing: 8px;
border: none;
@@ -217,6 +209,14 @@ stage {
border-right-width: 0;
}
.datemenu-calendar-column .datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-calendar-column .datemenu-displays-box {
spacing: 8px;
}
.datemenu-today-button {
min-height: 48px;
border: none;
@@ -405,7 +405,6 @@ stage {
.weather-button,
.events-button,
.events-section-title {
min-height: 20px;
padding: 12px;
margin: 2px 4px;
}
@@ -439,36 +438,44 @@ stage {
font-feature-settings: "tnum";
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.world-clocks-city {
.world-clocks-button .world-clocks-city {
color: #565656;
font-weight: bold;
font-size: 0.9em;
}
.world-clocks-time {
.world-clocks-button .world-clocks-time {
color: #565656;
font-feature-settings: "tnum";
font-size: 1.2em;
}
.world-clocks-timezone {
.world-clocks-button .world-clocks-time:ltr {
text-align: right;
}
.world-clocks-button .world-clocks-time:rtl {
text-align: left;
}
.world-clocks-button .world-clocks-timezone {
color: #565656;
font-feature-settings: "tnum";
font-size: 0.9em;
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.weather-button {
margin-bottom: 6px;
}
.weather-button .weather-box {
spacing: 0.5em;
spacing: 12px;
}
.weather-button .weather-header-box {

View File

@@ -288,14 +288,6 @@ stage {
margin: 4px 8px;
}
.datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-displays-box {
spacing: 8px;
}
.datemenu-calendar-column {
spacing: 8px;
border: none;
@@ -312,6 +304,14 @@ stage {
border-right-width: 0;
}
.datemenu-calendar-column .datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-calendar-column .datemenu-displays-box {
spacing: 8px;
}
.datemenu-today-button {
min-height: 48px;
border: none;
@@ -500,7 +500,6 @@ stage {
.weather-button,
.events-button,
.events-section-title {
min-height: 20px;
padding: 12px;
margin: 2px 4px;
}
@@ -534,36 +533,44 @@ stage {
font-feature-settings: "tnum";
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.world-clocks-city {
.world-clocks-button .world-clocks-city {
color: #999999;
font-weight: bold;
font-size: 0.9em;
}
.world-clocks-time {
.world-clocks-button .world-clocks-time {
color: #999999;
font-feature-settings: "tnum";
font-size: 1.2em;
}
.world-clocks-timezone {
.world-clocks-button .world-clocks-time:ltr {
text-align: right;
}
.world-clocks-button .world-clocks-time:rtl {
text-align: left;
}
.world-clocks-button .world-clocks-timezone {
color: #999999;
font-feature-settings: "tnum";
font-size: 0.9em;
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.weather-button {
margin-bottom: 6px;
}
.weather-button .weather-box {
spacing: 0.5em;
spacing: 12px;
}
.weather-button .weather-header-box {

View File

@@ -288,14 +288,6 @@ stage {
margin: 4px 8px;
}
.datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-displays-box {
spacing: 8px;
}
.datemenu-calendar-column {
spacing: 8px;
border: none;
@@ -312,6 +304,14 @@ stage {
border-right-width: 0;
}
.datemenu-calendar-column .datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-calendar-column .datemenu-displays-box {
spacing: 8px;
}
.datemenu-today-button {
min-height: 48px;
border: none;
@@ -500,7 +500,6 @@ stage {
.weather-button,
.events-button,
.events-section-title {
min-height: 20px;
padding: 12px;
margin: 2px 4px;
}
@@ -534,36 +533,44 @@ stage {
font-feature-settings: "tnum";
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.world-clocks-city {
.world-clocks-button .world-clocks-city {
color: #999999;
font-weight: bold;
font-size: 0.9em;
}
.world-clocks-time {
.world-clocks-button .world-clocks-time {
color: #999999;
font-feature-settings: "tnum";
font-size: 1.2em;
}
.world-clocks-timezone {
.world-clocks-button .world-clocks-time:ltr {
text-align: right;
}
.world-clocks-button .world-clocks-time:rtl {
text-align: left;
}
.world-clocks-button .world-clocks-timezone {
color: #999999;
font-feature-settings: "tnum";
font-size: 0.9em;
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.weather-button {
margin-bottom: 6px;
}
.weather-button .weather-box {
spacing: 0.5em;
spacing: 12px;
}
.weather-button .weather-header-box {

View File

@@ -288,14 +288,6 @@ stage {
margin: 4px 8px;
}
.datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-displays-box {
spacing: 8px;
}
.datemenu-calendar-column {
spacing: 8px;
border: none;
@@ -312,6 +304,14 @@ stage {
border-right-width: 0;
}
.datemenu-calendar-column .datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-calendar-column .datemenu-displays-box {
spacing: 8px;
}
.datemenu-today-button {
min-height: 48px;
border: none;
@@ -500,7 +500,6 @@ stage {
.weather-button,
.events-button,
.events-section-title {
min-height: 20px;
padding: 12px;
margin: 2px 4px;
}
@@ -534,36 +533,44 @@ stage {
font-feature-settings: "tnum";
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.world-clocks-city {
.world-clocks-button .world-clocks-city {
color: #999999;
font-weight: bold;
font-size: 0.9em;
}
.world-clocks-time {
.world-clocks-button .world-clocks-time {
color: #999999;
font-feature-settings: "tnum";
font-size: 1.2em;
}
.world-clocks-timezone {
.world-clocks-button .world-clocks-time:ltr {
text-align: right;
}
.world-clocks-button .world-clocks-time:rtl {
text-align: left;
}
.world-clocks-button .world-clocks-timezone {
color: #999999;
font-feature-settings: "tnum";
font-size: 0.9em;
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.weather-button {
margin-bottom: 6px;
}
.weather-button .weather-box {
spacing: 0.5em;
spacing: 12px;
}
.weather-button .weather-header-box {

View File

@@ -288,14 +288,6 @@ stage {
margin: 4px 8px;
}
.datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-displays-box {
spacing: 8px;
}
.datemenu-calendar-column {
spacing: 8px;
border: none;
@@ -312,6 +304,14 @@ stage {
border-right-width: 0;
}
.datemenu-calendar-column .datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-calendar-column .datemenu-displays-box {
spacing: 8px;
}
.datemenu-today-button {
min-height: 48px;
border: none;
@@ -500,7 +500,6 @@ stage {
.weather-button,
.events-button,
.events-section-title {
min-height: 20px;
padding: 12px;
margin: 2px 4px;
}
@@ -534,36 +533,44 @@ stage {
font-feature-settings: "tnum";
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.world-clocks-city {
.world-clocks-button .world-clocks-city {
color: #999999;
font-weight: bold;
font-size: 0.9em;
}
.world-clocks-time {
.world-clocks-button .world-clocks-time {
color: #999999;
font-feature-settings: "tnum";
font-size: 1.2em;
}
.world-clocks-timezone {
.world-clocks-button .world-clocks-time:ltr {
text-align: right;
}
.world-clocks-button .world-clocks-time:rtl {
text-align: left;
}
.world-clocks-button .world-clocks-timezone {
color: #999999;
font-feature-settings: "tnum";
font-size: 0.9em;
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.weather-button {
margin-bottom: 6px;
}
.weather-button .weather-box {
spacing: 0.5em;
spacing: 12px;
}
.weather-button .weather-header-box {

View File

@@ -288,14 +288,6 @@ stage {
margin: 4px 8px;
}
.datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-displays-box {
spacing: 8px;
}
.datemenu-calendar-column {
spacing: 8px;
border: none;
@@ -312,6 +304,14 @@ stage {
border-right-width: 0;
}
.datemenu-calendar-column .datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-calendar-column .datemenu-displays-box {
spacing: 8px;
}
.datemenu-today-button {
min-height: 48px;
border: none;
@@ -500,7 +500,6 @@ stage {
.weather-button,
.events-button,
.events-section-title {
min-height: 20px;
padding: 12px;
margin: 2px 4px;
}
@@ -534,36 +533,44 @@ stage {
font-feature-settings: "tnum";
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.world-clocks-city {
.world-clocks-button .world-clocks-city {
color: #565656;
font-weight: bold;
font-size: 0.9em;
}
.world-clocks-time {
.world-clocks-button .world-clocks-time {
color: #565656;
font-feature-settings: "tnum";
font-size: 1.2em;
}
.world-clocks-timezone {
.world-clocks-button .world-clocks-time:ltr {
text-align: right;
}
.world-clocks-button .world-clocks-time:rtl {
text-align: left;
}
.world-clocks-button .world-clocks-timezone {
color: #565656;
font-feature-settings: "tnum";
font-size: 0.9em;
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.weather-button {
margin-bottom: 6px;
}
.weather-button .weather-box {
spacing: 0.5em;
spacing: 12px;
}
.weather-button .weather-header-box {

View File

@@ -288,14 +288,6 @@ stage {
margin: 4px 8px;
}
.datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-displays-box {
spacing: 8px;
}
.datemenu-calendar-column {
spacing: 8px;
border: none;
@@ -312,6 +304,14 @@ stage {
border-right-width: 0;
}
.datemenu-calendar-column .datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-calendar-column .datemenu-displays-box {
spacing: 8px;
}
.datemenu-today-button {
min-height: 48px;
border: none;
@@ -500,7 +500,6 @@ stage {
.weather-button,
.events-button,
.events-section-title {
min-height: 20px;
padding: 12px;
margin: 2px 4px;
}
@@ -534,36 +533,44 @@ stage {
font-feature-settings: "tnum";
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.world-clocks-city {
.world-clocks-button .world-clocks-city {
color: #565656;
font-weight: bold;
font-size: 0.9em;
}
.world-clocks-time {
.world-clocks-button .world-clocks-time {
color: #565656;
font-feature-settings: "tnum";
font-size: 1.2em;
}
.world-clocks-timezone {
.world-clocks-button .world-clocks-time:ltr {
text-align: right;
}
.world-clocks-button .world-clocks-time:rtl {
text-align: left;
}
.world-clocks-button .world-clocks-timezone {
color: #565656;
font-feature-settings: "tnum";
font-size: 0.9em;
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.weather-button {
margin-bottom: 6px;
}
.weather-button .weather-box {
spacing: 0.5em;
spacing: 12px;
}
.weather-button .weather-header-box {

View File

@@ -288,14 +288,6 @@ stage {
margin: 4px 8px;
}
.datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-displays-box {
spacing: 8px;
}
.datemenu-calendar-column {
spacing: 8px;
border: none;
@@ -312,6 +304,14 @@ stage {
border-right-width: 0;
}
.datemenu-calendar-column .datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-calendar-column .datemenu-displays-box {
spacing: 8px;
}
.datemenu-today-button {
min-height: 48px;
border: none;
@@ -500,7 +500,6 @@ stage {
.weather-button,
.events-button,
.events-section-title {
min-height: 20px;
padding: 12px;
margin: 2px 4px;
}
@@ -534,36 +533,44 @@ stage {
font-feature-settings: "tnum";
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.world-clocks-city {
.world-clocks-button .world-clocks-city {
color: #565656;
font-weight: bold;
font-size: 0.9em;
}
.world-clocks-time {
.world-clocks-button .world-clocks-time {
color: #565656;
font-feature-settings: "tnum";
font-size: 1.2em;
}
.world-clocks-timezone {
.world-clocks-button .world-clocks-time:ltr {
text-align: right;
}
.world-clocks-button .world-clocks-time:rtl {
text-align: left;
}
.world-clocks-button .world-clocks-timezone {
color: #565656;
font-feature-settings: "tnum";
font-size: 0.9em;
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.weather-button {
margin-bottom: 6px;
}
.weather-button .weather-box {
spacing: 0.5em;
spacing: 12px;
}
.weather-button .weather-header-box {

View File

@@ -288,14 +288,6 @@ stage {
margin: 4px 8px;
}
.datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-displays-box {
spacing: 8px;
}
.datemenu-calendar-column {
spacing: 8px;
border: none;
@@ -312,6 +304,14 @@ stage {
border-right-width: 0;
}
.datemenu-calendar-column .datemenu-displays-section {
padding-bottom: 0;
}
.datemenu-calendar-column .datemenu-displays-box {
spacing: 8px;
}
.datemenu-today-button {
min-height: 48px;
border: none;
@@ -500,7 +500,6 @@ stage {
.weather-button,
.events-button,
.events-section-title {
min-height: 20px;
padding: 12px;
margin: 2px 4px;
}
@@ -534,36 +533,44 @@ stage {
font-feature-settings: "tnum";
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.world-clocks-city {
.world-clocks-button .world-clocks-city {
color: #565656;
font-weight: bold;
font-size: 0.9em;
}
.world-clocks-time {
.world-clocks-button .world-clocks-time {
color: #565656;
font-feature-settings: "tnum";
font-size: 1.2em;
}
.world-clocks-timezone {
.world-clocks-button .world-clocks-time:ltr {
text-align: right;
}
.world-clocks-button .world-clocks-time:rtl {
text-align: left;
}
.world-clocks-button .world-clocks-timezone {
color: #565656;
font-feature-settings: "tnum";
font-size: 0.9em;
}
.world-clocks-grid,
.weather-grid {
spacing-rows: 0.4em;
spacing-columns: 0.8em;
}
.weather-button {
margin-bottom: 6px;
}
.weather-button .weather-box {
spacing: 0.5em;
spacing: 12px;
}
.weather-button .weather-header-box {