mirror of
https://github.com/wahyd4/wahyd4.github.com.git
synced 2026-08-09 05:15:56 +10:00
Site updated: 2025-10-27 22:16:11
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
body {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.use-motion .menu-item,
|
||||
.use-motion .sidebar,
|
||||
.use-motion .sidebar-inner,
|
||||
.use-motion .post-block,
|
||||
.use-motion .pagination,
|
||||
.use-motion .comments,
|
||||
.use-motion .post-header,
|
||||
.use-motion .post-body,
|
||||
.use-motion .collection-header {
|
||||
visibility: visible;
|
||||
}
|
||||
.use-motion .column,
|
||||
.use-motion .site-brand-container .toggle,
|
||||
.use-motion .footer {
|
||||
opacity: initial;
|
||||
}
|
||||
.use-motion .site-title,
|
||||
.use-motion .site-subtitle,
|
||||
.use-motion .custom-logo-image {
|
||||
opacity: initial;
|
||||
top: initial;
|
||||
}
|
||||
.use-motion .logo-line {
|
||||
transform: scaleX(1);
|
||||
}
|
||||
.search-pop-overlay,
|
||||
.sidebar-nav {
|
||||
display: none;
|
||||
}
|
||||
.sidebar-panel {
|
||||
display: block;
|
||||
}
|
||||
.noscript-warning {
|
||||
background-color: #f55;
|
||||
color: #fff;
|
||||
font-family: sans-serif;
|
||||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 50;
|
||||
}
|
||||
Reference in New Issue
Block a user