Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor fullscreen adjustments
  • Loading branch information
awesomerobot committed Dec 12, 2025
commit fc6b95027145bf7ea7b51acca649a49e85a90e75
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

svg {
grid-area: logo;
width: 2.5em;
width: 2.15em;
height: 2.5em;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
z-index: 3;
padding: 1em;

.--fullscreen & {
right: 1em;
}

@media (width <= 650px) {
display: grid;
grid-template-columns: 1fr auto auto;
Expand Down
Loading