diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-20 19:59:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 19:59:39 -0500 |
commit | 3ef1b9ebb27897ce76fcefc267fe8bf29bc90e02 (patch) | |
tree | 83341995415f3268ef8c8bd8e444cb02632c2642 /resources | |
parent | 8747a29f9f5141abec179b64f40951f589242e3e (diff) |
Settings v2 modal size toggle (#1149)
* Add collapse/expand icons
* Update header layout
* Allow size animation
* Add styles for modal header buttons
* Support action buttons
* Update modals to support size changing
Diffstat (limited to 'resources')
-rw-r--r-- | resources/icons.svg | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/resources/icons.svg b/resources/icons.svg index 2ffbaa3e..cd188ad6 100644 --- a/resources/icons.svg +++ b/resources/icons.svg @@ -27,11 +27,11 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="45.254834" - inkscape:cx="9.6656504" - inkscape:cy="8.7711924" + inkscape:zoom="22.627417" + inkscape:cx="3.1138994" + inkscape:cy="7.3363221" inkscape:document-units="px" - inkscape:current-layer="g1933" + inkscape:current-layer="layer46" showgrid="true" units="px" inkscape:snap-center="true" @@ -1472,11 +1472,33 @@ inkscape:label="Plus Circle Large" id="g1933" inkscape:groupmode="layer" - style="display:inline"> + style="display:none"> <path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="M 8,1 C 4.1399291,1 1,4.1399291 1,8 c 0,3.860071 3.1399291,7 7,7 3.860071,0 7,-3.139929 7,-7 C 15,4.1399291 11.860071,1 8,1 Z M 7,5 h 2 v 2 h 2 V 9 H 9 v 2 H 7 V 9 H 5 V 7 h 2 z" id="circle1931" inkscape:connector-curvature="0" /> </g> + <g + inkscape:groupmode="layer" + id="layer46" + inkscape:label="Expand" + style="display:none"> + <path + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 0,0 V 6 H 2 V 2 H 6 V 0 Z m 10,0 v 2 h 4 v 4 h 2 V 0 Z M 0,10 v 6 H 6 V 14 H 2 v -4 z m 14,0 v 4 h -4 v 2 h 6 v -6 z" + id="path1056" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:label="Collapse" + id="g1073" + inkscape:groupmode="layer" + style="display:inline"> + <path + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 5,1 V 5 H 1 V 7 H 7 V 1 Z m 4,0 v 6 h 6 V 5 H 11 V 1 Z M 1,9 v 2 h 4 v 4 H 7 V 9 Z m 8,0 v 6 h 2 v -4 h 4 V 9 Z" + id="path1065" + inkscape:connector-curvature="0" /> + </g> </svg> |