(core) List 'Other Sites' all one line; fix style ordering issue for sort button.

Test Plan: Tested manually by eyeballing

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3407
This commit is contained in:
Dmitry S 2022-04-28 17:47:02 -04:00
parent ad04744b4a
commit 97f3a8805c

View File

@ -4,6 +4,10 @@ import {icon} from 'app/client/ui2018/icons';
import {styled} from 'grainjs'; import {styled} from 'grainjs';
import {bigBasicButton} from 'app/client/ui2018/buttons'; import {bigBasicButton} from 'app/client/ui2018/buttons';
// Import popweasel to ensure that sortSelector style below comes later in CSS than popweasel
// styles, which gives it priority.
import 'popweasel';
// The "&:after" clause forces some padding below all docs. // The "&:after" clause forces some padding below all docs.
export const docList = styled('div', ` export const docList = styled('div', `
height: 100%; height: 100%;
@ -68,7 +72,7 @@ export const otherSitesBlock = styled('div', `
export const otherSitesButtons = styled('div', ` export const otherSitesButtons = styled('div', `
display: flex; display: flex;
flex-wrap: wrap; overflow: auto;
padding-bottom: 16px; padding-bottom: 16px;
margin-top: 16px; margin-top: 16px;
margin-bottom: 28px; margin-bottom: 28px;