mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Webkit frontend fixes (#1492)
* fix webkit profile preview layout * general page layout
This commit is contained in:
@@ -47,7 +47,6 @@ html, body {
|
||||
|
||||
body {
|
||||
line-height: 1.5em;
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -56,11 +55,8 @@ body {
|
||||
}
|
||||
|
||||
.page {
|
||||
position: absolute;
|
||||
display: grid;
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
|
||||
grid-template-columns: auto minmax(auto, 50rem) auto;
|
||||
grid-template-columns: auto min(92%, 50rem) auto;
|
||||
|
@@ -30,7 +30,6 @@ main {
|
||||
.profile {
|
||||
background: $bg-accent;
|
||||
display: grid;
|
||||
grid-template-rows: auto auto auto;
|
||||
grid-template-columns: 100%;
|
||||
gap: 0.5rem;
|
||||
margin-bottom: 0.2rem;
|
||||
|
Reference in New Issue
Block a user