Skip to content

Commit c52ccbd

Browse files
committed
add fullscreen icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
1 parent b5599a7 commit c52ccbd

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

core/css/icons.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,13 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
195195
background-image: url('../img/actions/external.svg?v=1');
196196
}
197197

198+
.icon-fullscreen {
199+
background-image: url('../img/actions/fullscreen.svg?v=1');
200+
}
201+
.icon-fullscreen-white {
202+
background-image: url('../img/actions/fullscreen-white.svg?v=1');
203+
}
204+
198205
.icon-history {
199206
background-image: url('../img/actions/history.svg?v=1');
200207
}
Lines changed: 4 additions & 0 deletions
Loading

core/img/actions/fullscreen.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)