aboutsummaryrefslogtreecommitdiff
path: root/css/main.scss
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-04-27 20:42:13 +0530
committerPriyansh <[email protected]>2021-04-27 20:42:13 +0530
commita8edac4105f007003c3f244b482d03732ce74398 (patch)
tree1440e377da6b4ba18ca3151066efbafeed7a9c06 /css/main.scss
parentb18cf71249b26d965215bcf06204daf6af5f55e7 (diff)
downloadstyx-master.tar.xz
styx-master.zip
Preferences + List FavoritesHEADmaster
Diffstat (limited to 'css/main.scss')
-rw-r--r--css/main.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/main.scss b/css/main.scss
index a1d326a..644a88f 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -8,7 +8,7 @@ body {
.topNavigationBar {
padding: 5px 10px;
- -webkit-user-select: none;
+ user-select: none;
-webkit-app-region: drag;
background: #ffffff;
}
@@ -41,6 +41,7 @@ body {
}
.sidebar {
+ user-select: none;
.sidebarTitle {
color: rgb(61, 61, 61);
font-weight: 700;
@@ -49,16 +50,15 @@ body {
ul {
list-style: none;
margin: 0;
- padding: 0;
+ padding: 0px;
cursor: default;
- -webkit-user-select: none;
.selected {
color: #3f84e5;
}
li {
font-size: 14px;
cursor: default;
- -webkit-user-select: none;
+ padding: 10px;
i {
margin-right: 8px;
font-size: 16px;