mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
fix: week overview button broken on webkit
This commit is contained in:
@@ -87,7 +87,8 @@ ion-content {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: var(--spacing-lg);
|
min-height: 80px;
|
||||||
|
padding: var(--spacing-sm);
|
||||||
|
|
||||||
color: var(--ion-color-primary-contrast);
|
color: var(--ion-color-primary-contrast);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -104,11 +105,9 @@ ion-content {
|
|||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
gap: var(--spacing-sm);
|
gap: var(--spacing-sm);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: center;
|
||||||
|
|
||||||
box-sizing: content-box;
|
height: 100%;
|
||||||
aspect-ratio: 1;
|
|
||||||
max-height: 60px;
|
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@@ -135,8 +134,12 @@ ion-content {
|
|||||||
}
|
}
|
||||||
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
flex: 1 1 65%;
|
flex: 1 1 65%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
padding-inline: var(--spacing-lg);
|
||||||
|
|
||||||
background: var(--linear-gradient);
|
background: var(--linear-gradient);
|
||||||
|
|
||||||
ion-label {
|
ion-label {
|
||||||
|
|||||||
Reference in New Issue
Block a user