mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-17 18:18:07 +00:00
Change width of columns in advanced web UI (#31762)
This commit is contained in:
@@ -2789,7 +2789,7 @@ $ui-header-logo-wordmark-width: 99px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
width: 350px;
|
width: 400px;
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -2822,7 +2822,7 @@ $ui-header-logo-wordmark-width: 99px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.drawer {
|
.drawer {
|
||||||
width: 300px;
|
width: 350px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user