mirror of
https://github.com/danbulant/design
synced 2026-06-14 03:41:14 +00:00
transparent bar
This commit is contained in:
parent
f377d896f1
commit
a33b416d50
4 changed files with 6 additions and 4 deletions
BIN
public/screenshots/heaventaker.png
Normal file
BIN
public/screenshots/heaventaker.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
BIN
public/screenshots/mangadex.jfif
Normal file
BIN
public/screenshots/mangadex.jfif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6 KiB |
|
|
@ -159,10 +159,12 @@
|
|||
position: sticky;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 99;
|
||||
/*width: calc(100vw - 15px);*/
|
||||
max-width: 1920px;
|
||||
margin: 0 auto 30px auto;
|
||||
background: white;
|
||||
background: rgba(255,255,255, 0.2);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
@media (max-width: 400px) {
|
||||
.bar {
|
||||
|
|
@ -170,7 +172,7 @@
|
|||
}
|
||||
}
|
||||
.dark.bar {
|
||||
background: rgb(28, 28, 33);
|
||||
background: rgba(28, 28, 33, 0.2);
|
||||
}
|
||||
.bar h3 {
|
||||
font-size: 18px;
|
||||
|
|
|
|||
|
|
@ -6,14 +6,14 @@
|
|||
nav {
|
||||
width: calc(100% - 20px);
|
||||
border-radius: 5px;
|
||||
background: white;
|
||||
background: rgba(255,255,255, 0.2);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
}
|
||||
:global(.dark nav.bar-component) {
|
||||
background: rgb(28, 28, 33);
|
||||
background: rgba(28, 28, 33, 0.2);
|
||||
}
|
||||
:global(nav.bar-component > *) {
|
||||
margin: 10px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue