2020-05-23 00:56:13 -04:00
|
|
|
.topic-notifications-button {
|
2024-12-16 13:59:18 -05:00
|
|
|
display: contents;
|
2020-05-19 11:13:40 -04:00
|
|
|
}
|
2020-08-11 22:39:17 -04:00
|
|
|
|
|
|
|
// This is a weird fix for a weird issue in iOS/iPadOS, the browser freezes
|
|
|
|
// when changing the notification level while in the fullscreen topic footer.
|
|
|
|
// This prevents the selected option icon from being hidden while saving,
|
|
|
|
// and somehow that makes Safari happy.
|
|
|
|
.timeline-fullscreen {
|
|
|
|
.topic-notifications-button.is-loading {
|
|
|
|
.selected-name .d-icon {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|