Skip to content

Commit

Permalink
Merge branch 'stage' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
moz-rotimib committed Jan 9, 2024
2 parents d30a7cb + f3a1c05 commit 82b9448
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 4 additions & 3 deletions web/locales/tig/messages.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ vote-no = ኢፋል
toggle-play-tooltip = { shortcut-play-toggle } ጭቀጦ እግል ታሽቁዋ ኣው ታብጡራ
speak-subtitle = አብ ክርንኩም አትበራዖ
speak-goal-text = ክሊፕ ሳጃላ
listen-subtitle = ኣስዋት አግል ንሓቅቅ ስደውና
listen-subtitle = እክርን አግል ንሓቅቅ ስደውና
listen-goal-text = ክሊፕ ታሓቃቃ
hours-recorded = ላትሰጀለያ ሳዓት
hours-validated = ላትሓቀቀያ ሳዓት
voices-online = ኣዘ ዲብ ኸጥ ላህሌት ኣስዋት
voices-online = ኣዘ ዲብ ኸጥ ላህሌት እክርን
todays-progress = ናይ ዮም ትቅዱም
help-reach-goal = ስደውና ኣስክ { $goal } አገል ኔብጻሕ
read-terms-q = ሹሩጥና ቃራአኩምማ?
Expand Down Expand Up @@ -623,6 +623,7 @@ action-click = ጭቀጥ
action-tap = ክሳእ
contribute = ሳህም
listen = ሰምዖ
write = ክተቦ
skip = ሕለፍዎ
shortcuts = ገበይ ሓቻር
clips-with-count-pluralized =
Expand Down Expand Up @@ -795,7 +796,7 @@ n-clips-pluralized =
[one] ክሊፕ
*[other] ክሊፕ
}
help-share-goal = ኣስዋት ብዕደት እግል ንርከብ ስደውና, ሓደፍካ ሻርክ
help-share-goal = እክርን ብዕደት እግል ንርከብ ስደውና, ሓደፍካ ሻርክ
confirm-goal = ሓደፍኩም ኣክዶ
goal-interval-weekly = ኩል ሳምን
# $type is one of share-goal-type-*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,21 @@

width: 100%;
height: 100%;
min-height: 320px;

background: var(--white);
box-shadow: 0 6px 19px 0 rgba(0, 0, 0, 0.05);
overflow: auto;
word-wrap: break-word;

opacity: 1;
transition: transform var(--transition-duration-slow) var(--easing),
transition: transform var(--transition-duration-slow)
var(--easing),
opacity var(--transition-duration-slow) var(--easing);

@media (--lg-up) {
min-height: 320px;
}

&.inactive {
pointer-events: none;
opacity: 0.5;
Expand Down

0 comments on commit 82b9448

Please sign in to comment.