Link to article: Top Bar Menu.
.hide-ios-cache-issue-notification {
width: fit-content;
margin-left: 2em;
}
.ios-cache-issue-notification:has(.hide-ios-cache-issue-notification .collapsible-block-unfolded:not([style*="none"])) {
display: none;
}
.ios-cache-issue-notification a:not(.collapsible-block-link) {
text-decoration: underline;
}
.ios-cache-issue-notification .code {
background-color: #fffafa;
border-radius: 10px;
border: 1px solid #f00;
}
.ios-cache-issue-notification {
line-height: 1.5;
position: fixed;
top: 65px;
left: 10px;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 5px black;
border: 1px solid red;
font-size: 125%;
color: black;
background-color: #fee;
z-index: 999999999;
width: calc(100vw - 70px);
clear: none;
max-height: calc(100vh - 130px);
overflow: auto;
animation: ios-cache-issue-notification-fadein 0.5s;
animation-delay: 2s;
animation-fill-mode: both;
max-width: 40em;
}
@keyframes ios-cache-issue-notification-fadein {
0% { opacity: 0; }
100% { opacity: 1; }
}
float: right; clear: both; position: relative; z-index: 999999;
top-bar
mobile-top-bar
open-menu
side-block
ios-cache-issue-notification
hide-ios-cache-issue-notification
code