0
0
Fork 0

Un-dock and pill-ify the past questions button

This commit is contained in:
Oliver-Akins 2021-03-19 19:43:47 -06:00
parent 8890bd7284
commit fa78e34d12

View file

@ -265,11 +265,11 @@ input[type="text"].other-team-answer {
#past-questions-toggle {
background-color: var(--past-questions-button-default);
border-radius: 0 20px 0 7px;
border-radius: 25px;
position: absolute;
padding: 10px;
right: 0;
top: 0;
right: 15px;
top: 15px;
}
#past-questions-toggle:hover { background-color: var(--past-questions-button-hover); }
#past-questions-toggle:focus { background-color: var(--past-questions-button-focus); }