Skip to content

Commit a9f10a3

Browse files
CodingwithKetanpedropintosilva
authored andcommitted
Consolidated Sidebar and Navigator Panel Styles
Signed-off-by: CodingwithKetan <ghoriketan33@gmail.com> Change-Id: I4fef639bc88c5a74fbbc9ddaa19954ae96b069b9
1 parent 10390eb commit a9f10a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

browser/css/cool.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ body {
351351
}
352352
}
353353

354-
#sidebar-panel, #navigator-panel {
354+
.sidebar-panel{
355355
padding: 0px;
356356
margin: 0px;
357357
position: relative;
@@ -360,11 +360,11 @@ body {
360360
z-index: 1200;
361361
}
362362

363-
#sidebar-panel::-webkit-scrollbar, #navigator-panel::-webkit-scrollbar {
363+
.sidebar-panel::-webkit-scrollbar {
364364
width: 8px;
365365
}
366366

367-
#sidebar-panel::-webkit-scrollbar-thumb, #navigator-panel::-webkit-scrollbar-thumb {
367+
.sidebar-panel::-webkit-scrollbar-thumb {
368368
background-color: var(--color-border);
369369
}
370370

browser/html/cool.html.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ m4_ifelse(MOBILEAPP,[true],
162162
<div id="presentation-toolbar"></div>
163163
</div>
164164
<div id="navigator-dock-wrapper">
165-
<div id="navigator-panel"></div>
165+
<div id="navigator-panel" class="sidebar-panel"></div>
166166
</div>
167167
</div>
168168
<div id="navigator-floating-icon"></div>
169169
<div id="document-container" class="readonly" dir="ltr">
170170
<div id="map"></div>
171171
</div>
172172
<div id="sidebar-dock-wrapper">
173-
<div id="sidebar-panel"></div>
173+
<div id="sidebar-panel" class="sidebar-panel"></div>
174174
</div>
175175
</div>
176176

0 commit comments

Comments
 (0)