mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-03 17:03:12 +00:00
Moving nav bar to bottom when smol screen and fixing broken code on seperate pages
This commit is contained in:
parent
bf449271e6
commit
2cffd0debd
11 changed files with 130 additions and 81 deletions
|
@ -31,7 +31,7 @@
|
|||
and a text div .sniffle-content
|
||||
*/
|
||||
.sniffle-notification {
|
||||
margin-bottom: 1rem; padding: 0.5rem;
|
||||
margin-bottom: 0.5rem; padding: 0.5rem;
|
||||
|
||||
max-width: calc(100% - 1rem); min-height: 2.5rem;
|
||||
|
||||
|
@ -53,7 +53,6 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Notification content Root
|
||||
|
||||
|
@ -86,8 +85,8 @@
|
|||
.sniffle-header {
|
||||
margin: 0 0 0.25rem 0; padding: 0;
|
||||
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
font-weight: 621;
|
||||
|
||||
color: var(--fg);
|
||||
}
|
||||
|
@ -96,10 +95,10 @@
|
|||
*/
|
||||
.sniffle-description {
|
||||
margin: 0; padding: 0;
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
|
||||
word-wrap: break-word;
|
||||
font-weight: bold;
|
||||
font-weight: 300;
|
||||
|
||||
color: var(--fg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue