forked from blisstown/campfire
click-drag no longer opens posts
This commit is contained in:
parent
7715e747a2
commit
73afcf6123
8 changed files with 23 additions and 63 deletions
|
@ -188,12 +188,17 @@
|
|||
border-radius: 8px;
|
||||
}
|
||||
|
||||
:global(.app-logo) {
|
||||
max-width: 80%;
|
||||
max-height: 80%;
|
||||
.app-logo {
|
||||
max-width: 70%;
|
||||
max-height: 70%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.app-logo :global(svg) {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#nav-items {
|
||||
margin-bottom: auto;
|
||||
padding: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue