A FoundryVTT module for playing at an in-person table.
1.mobile-mode.system-pf2e section.token-buttons {
2 width: 30%;
3 position: absolute;
4 bottom: 0;
5 right: 0;
6 top: 0;
7 padding: 5px;
8 margin: auto 0;
9 height: fit-content;
10}
11
12.mobile-mode.system-pf2e section.token-buttons button {
13 margin: 10px 0;
14}
15
16.mobile-mode.system-pf2e section.sheet-content {
17 width: 70% !important;
18}
19
20.mobile-mode #scene-navigation,
21 .mobile-mode #hotbar,
22 .mobile-mode #players,
23 .mobile-mode #scene-controls,
24 .mobile-mode #sidebar,
25 .mobile-mode #effects-panel,
26 .mobile-mode #chat-notifications,
27 .mobile-mode #notifications,
28 .mobile-mode header.window-header a,
29 .mobile-mode header.window-header button {
30 display: none !important;
31}
32
33.mobile-mode:not(.system-pf2e) section.token-buttons button {
34 width: 90%;
35 margin: 20px auto;
36 height: fit-content;
37}
38
39.mobile-mode:not(.system-pf2e) section.token-buttons button * {
40 padding: 1.25rem;
41 width: 100%;
42}