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