Skip to content
Snippets Groups Projects
Commit fa64112f authored by dakkar's avatar dakkar
Browse files

make widgets wider in classic view

the style of widgets was changed by @Insert5StarName (@Marie?) with
commit e14fd331 as part of !178

I'm not sure if it was intentional or accidental, and I'm also not
sure why nobody noticed before 2024.11 (maybe something else kept the
widgets wider?)

Anyway, this change seems to be enough
parent b8e361e0
No related branches found
No related tags found
No related merge requests found
......@@ -260,6 +260,7 @@ onMounted(() => {
position: sticky;
top: 0;
height: 100%;
width: 300px;
padding-top: 16px;
box-sizing: border-box;
overflow: auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment