mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<title>Input focus test</title>
|
||||
</head>
|
||||
<body>
|
||||
This should not get focus: <input><br>
|
||||
This should get focus: <input autofocus><br>
|
||||
<p>This should not get focus: <input></p>
|
||||
<p>This should get focus: <input autofocus></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -5,15 +5,15 @@
|
||||
.vivaldi-v svg, .vivaldi-horizontal-icon svg {background: radial-gradient(white, white 50%, transparent 50%); fill: #383838;}
|
||||
|
||||
/* Skinnier mainbar */
|
||||
.toolbar-mainbar,
|
||||
.toolbar-mainbar .button-toolbar button,
|
||||
.toolbar-mainbar .toolbar-extensions,
|
||||
.toolbar-mainbar .toolbar-extensions .button-toolbar button {
|
||||
.mainbar>.toolbar-mainbar,
|
||||
.mainbar>.toolbar-mainbar .button-toolbar button,
|
||||
.mainbar>.toolbar-mainbar .toolbar-extensions,
|
||||
.mainbar>.toolbar-mainbar .toolbar-extensions .button-toolbar button {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
/* Skinnier mainbar - fix BookmarkButton focus */
|
||||
.UrlBar-AddressField .BookmarkButton button {
|
||||
.toolbar-mainbar .UrlBar-AddressField .BookmarkButton button {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
/* Hide header if tabs not on top */
|
||||
#browser:not(.tabs-top) #header {
|
||||
min-height: 0px;
|
||||
min-height: 0px !important;
|
||||
}
|
||||
|
||||
/* Hide page title (Start Page for some reason shows this) */
|
||||
#browser:not(.tabs-top):not(.minimal-ui):not(.normal) #pagetitle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Set mainbar/bookmark-bar l/r padding */
|
||||
@@ -50,10 +55,10 @@
|
||||
|
||||
/* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */
|
||||
#browser.normal #header,
|
||||
#browser.minimal-ui #header,
|
||||
#browser.minimal-ui:not(.fullscreen) #header,
|
||||
#browser.address-bottom #header,
|
||||
#browser.horizontal-menu #header {
|
||||
min-height: calc(25px / var(--uiZoomLevel));
|
||||
min-height: calc(25px / var(--uiZoomLevel)) !important;
|
||||
}
|
||||
|
||||
/* Reset header on windowed/minimal-ui/bottom-UrlBar/horizontal-menu */
|
||||
@@ -29,9 +29,9 @@
|
||||
<body>
|
||||
<h1>CSS</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[4.2K Feb 16 15:16] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[4.2K Mar 4 11:16] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[ 704 Nov 25 23:01] <a class="EXEC" href="./find-in-page.css">find-in-page.css</a><br>
|
||||
[1.8K Nov 11 9:36] <a class="EXEC" href="./hide-header.css">hide-header.css</a><br>
|
||||
[2.0K Mar 4 13:31] <a class="EXEC" href="./header.css">header.css</a><br>
|
||||
[1001 Nov 25 23:01] <a class="EXEC" href="./speed-dials.css">speed-dials.css</a><br>
|
||||
[ 354 Nov 25 23:01] <a class="EXEC" href="./tabcycler.css">tabcycler.css</a><br>
|
||||
<br><br>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<body>
|
||||
<h1>Mods</h1><p>
|
||||
<a class="NORM" href="..">..</a><br>
|
||||
[ 0 Sep 11 0:32] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0 Mar 6 10:15] <a class="DIR" href="./CSS/">CSS</a><br>
|
||||
[ 0 Sep 11 0:32] <a class="DIR" href="./JS/">JS</a><br>
|
||||
[3.4K Nov 13 14:59] <a class="EXEC" href="./custom.css">custom.css</a><br>
|
||||
[1.2K Sep 13 17:47] <a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
|
||||
|
||||
Reference in New Issue
Block a user