Last change
on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | .p-splitter {
|
---|
2 | display: flex;
|
---|
3 | flex-wrap: nowrap;
|
---|
4 | }
|
---|
5 |
|
---|
6 | .p-splitter-vertical {
|
---|
7 | flex-direction: column;
|
---|
8 | }
|
---|
9 |
|
---|
10 | .p-splitter-panel {
|
---|
11 | flex-grow: 1;
|
---|
12 | }
|
---|
13 |
|
---|
14 | .p-splitter-panel-nested {
|
---|
15 | display: flex;
|
---|
16 | }
|
---|
17 |
|
---|
18 | .p-splitter-panel p-splitter {
|
---|
19 | flex-grow: 1;
|
---|
20 | }
|
---|
21 |
|
---|
22 | .p-splitter-panel .p-splitter {
|
---|
23 | flex-grow: 1;
|
---|
24 | border: 0 none;
|
---|
25 | }
|
---|
26 |
|
---|
27 | .p-splitter-gutter {
|
---|
28 | flex-grow: 0;
|
---|
29 | flex-shrink: 0;
|
---|
30 | display: flex;
|
---|
31 | align-items: center;
|
---|
32 | justify-content: center;
|
---|
33 | cursor: col-resize;
|
---|
34 | }
|
---|
35 |
|
---|
36 | .p-splitter-horizontal.p-splitter-resizing {
|
---|
37 | cursor: col-resize;
|
---|
38 | user-select: none;
|
---|
39 | }
|
---|
40 |
|
---|
41 | .p-splitter-horizontal > .p-splitter-gutter > .p-splitter-gutter-handle {
|
---|
42 | height: 24px;
|
---|
43 | width: 100%;
|
---|
44 | }
|
---|
45 |
|
---|
46 | .p-splitter-horizontal > .p-splitter-gutter {
|
---|
47 | cursor: col-resize;
|
---|
48 | }
|
---|
49 |
|
---|
50 | .p-splitter-vertical.p-splitter-resizing {
|
---|
51 | cursor: row-resize;
|
---|
52 | user-select: none;
|
---|
53 | }
|
---|
54 |
|
---|
55 | .p-splitter-vertical > .p-splitter-gutter {
|
---|
56 | cursor: row-resize;
|
---|
57 | }
|
---|
58 |
|
---|
59 | .p-splitter-vertical > .p-splitter-gutter > .p-splitter-gutter-handle {
|
---|
60 | width: 24px;
|
---|
61 | height: 100%;
|
---|
62 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.