CheckStatistics: Don't cut off execution start on small screens..

..only for #col1
This commit is contained in:
Johannes Meyer 2023-10-13 15:40:01 +02:00
parent 882e24e4c2
commit 6a40732099

View file

@ -172,10 +172,10 @@
}
}
#layout.twocols,
#layout.minimal-layout,
#layout.poor-layout,
#layout.compact-layout {
#layout.twocols &#col1,
#layout.minimal-layout &#col1,
#layout.poor-layout &#col1,
#layout.compact-layout &#col1 {
.check-statistics .bubble.top-right-aligned {
transform: translate(-50%, 0); // default what progress-bar() defined
border-top-right-radius: .25em; // default what progress-bar() defined