Commit dfb29efe authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

css: add a min-width for headerbar buttons

as the 'close' button is smaller, there's a weird allocation thing when going from page 1 to page 2 for the first time
parent 7e019fdb
......@@ -20,6 +20,11 @@
transition-duration: 250ms;
transition-timing-function: ease-in-out;
}
window .titlebar button {
min-width: 60px;
}
/* pages */
@keyframes welcome-bg-move {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment