Skip to content

Commit 7fcf10d

Browse files
committed
Responsive stuff
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent bb36bfd commit 7fcf10d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

styles/all/template/event/notification_dropdown_footer_after.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if NOTIFICATIONS_WEBPUSH_ENABLE and not notification_types|default and not notification_list|default %}
22
<div class="wpn-notification-dropdown-footer">
3-
<span>{{ lang('NOTIFY_WEBPUSH_ENABLE_SHORT') ~ lang('COLON') }}</span>
3+
<span class="ellipsis-text">{{ lang('NOTIFY_WEBPUSH_ENABLE_SHORT') ~ lang('COLON') }}</span>
44
<button id="subscribe_webpush" name="subscribe_webpush"><i class="icon fa-toggle-off fa-fw icon-lightgray"></i><span>{{ lang('NOTIFY_WEBPUSH_SUBSCRIBE') }}</span></button>
55
<button id="unsubscribe_webpush" name="unsubscribe_webpush" class="hidden"><i class="icon fa-toggle-on fa-fw icon-blue"></i><span>{{ lang('NOTIFY_WEBPUSH_SUBSCRIBED') }}</span></button>
66
</div>

styles/all/theme/phpbb_wpn.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313

1414
.wpn-notification-dropdown-footer {
1515
font-size: 12px;
16+
white-space: nowrap;
1617
border-top: solid 1px #b9b9b9;
1718
display: flex;
19+
flex-wrap: nowrap;
1820
justify-content: space-between;
1921
padding: 5px 25px;
2022
}

0 commit comments

Comments
 (0)