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">
|
<style lang="scss">
|
||||||
#main-app {
|
#main-app {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -183,6 +183,7 @@ watch(
|
|||||||
.public-note-view {
|
.public-note-view {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
@@ -249,6 +250,7 @@ watch(
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
width: 100%;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|||||||
Reference in New Issue
Block a user