mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Update files
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
@@||$csp=worker-src 'none',domain=w3schools.com
|
||||
@@||$csp=worker-src 'none',domain=mega.nz
|
||||
@@||$csp=worker-src 'none',domain=sdf.org
|
||||
@@||$csp=worker-src 'none',domain=1337x.to
|
||||
!@@||$csp=worker-src 'none',domain=1337x.to
|
||||
@@||1337x.to^$csp=worker-src 'none'
|
||||
|
||||
! Block all WebSocket requests
|
||||
!$websocket
|
||||
|
||||
@@ -54,16 +54,18 @@
|
||||
|
||||
/* Smaller icon for internal webpanels */
|
||||
#switch .button-toolbar-webpanel .button-icon svg {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
/* Add drop-shadow to some buttons */
|
||||
#switch button img,
|
||||
.tab:not(.active) .favicon img,
|
||||
#switch button img.favicon,
|
||||
.OmniLinkItem-Favicon img,
|
||||
.SiteInfoButton img.favicon,
|
||||
.setting-search-engine .item-icon {
|
||||
.SiteInfo-Header .favicon img,
|
||||
.tab:not(.active) .favicon img,
|
||||
.setting-search-engine img.item-icon,
|
||||
.visual-list img.visual-tab-list-favicon {
|
||||
filter: drop-shadow(0 0 1px white);
|
||||
}
|
||||
|
||||
|
||||
@@ -29,12 +29,12 @@
|
||||
<body>
|
||||
<h1>🗁 CSS</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[4.3K] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[4.4K] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[ 894] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[2.5K] <a class="EXEC" href="./header.css">header.css</a><br>
|
||||
[ 368] <a class="EXEC" href="./page-confirm-info-bar.css">page-confirm-info-bar.css</a><br>
|
||||
[ 683] <a class="EXEC" href="./quick-commands.css">quick-commands.css</a><br>
|
||||
[1.1K] <a class="EXEC" href="./siteinfo.css">siteinfo.css</a><br>
|
||||
[1.2K] <a class="EXEC" href="./siteinfo.css">siteinfo.css</a><br>
|
||||
[ 692] <a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
|
||||
[ 315] <a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
|
||||
<br><br>
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
/* SiteInfoButton */
|
||||
.SiteInfoButton {
|
||||
padding: unset !important;
|
||||
}
|
||||
|
||||
/* SiteInfo unset opacity */
|
||||
.SiteInfoButton button {
|
||||
opacity: unset !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user