fix: set width so it doesn't take to much space with larger images
This commit is contained in:
@@ -18,6 +18,7 @@ const { isATProtoReady } = useATProtoLogin()
|
||||
<style lang="scss">
|
||||
#main-app {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
@@ -183,6 +183,7 @@ watch(
|
||||
.public-note-view {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
|
||||
.header {
|
||||
margin-top: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user