mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 17:07:30 -06:00
last bit of finagling, i'm done now i prommy
This commit is contained in:
parent
d9549e7638
commit
59bd33b492
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
/*
|
/*
|
||||||
Profile gallery can be wider than default.
|
Profile gallery can be wider than default.
|
||||||
*/
|
*/
|
||||||
grid-template-columns: 1fr min(98%, 65rem) 1fr;
|
grid-template-columns: 1fr min(95%, 65rem) 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile {
|
.profile {
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
Profile page can be a little wider than default
|
Profile page can be a little wider than default
|
||||||
page, since we're using a side-by-side column view.
|
page, since we're using a side-by-side column view.
|
||||||
*/
|
*/
|
||||||
grid-template-columns: 1fr min(92%, 65rem) 1fr;
|
grid-template-columns: 1fr min(95%, 65rem) 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile .column-split {
|
.profile .column-split {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue