UntilDot commited on
Commit
1037cd7
·
verified ·
1 Parent(s): d96c188

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +5 -1
static/style.css CHANGED
@@ -63,12 +63,14 @@ button:hover {
63
  .dropdown {
64
  position: relative;
65
  overflow: visible;
 
66
  }
67
 
68
  .options {
69
  position: absolute;
70
  top: 100%;
71
- left: 0;
 
72
  width: 220px;
73
  z-index: 9999;
74
  background-color: var(--bg-statusline1) !important;
@@ -80,6 +82,7 @@ button:hover {
80
  scrollbar-color: #665c54 var(--bg-statusline1);
81
  border-radius: 0.5rem;
82
  white-space: nowrap;
 
83
  }
84
 
85
  /* Scrollbar WebKit */
@@ -106,6 +109,7 @@ button:hover {
106
  }
107
  .options div {
108
  padding: 0.5rem 0.75rem;
 
109
  }
110
 
111
  /* Footer (Credits) */
 
63
  .dropdown {
64
  position: relative;
65
  overflow: visible;
66
+ text-align: center;
67
  }
68
 
69
  .options {
70
  position: absolute;
71
  top: 100%;
72
+ left: 50%;
73
+ transform: translateX(-50%);
74
  width: 220px;
75
  z-index: 9999;
76
  background-color: var(--bg-statusline1) !important;
 
82
  scrollbar-color: #665c54 var(--bg-statusline1);
83
  border-radius: 0.5rem;
84
  white-space: nowrap;
85
+ text-align: left;
86
  }
87
 
88
  /* Scrollbar WebKit */
 
109
  }
110
  .options div {
111
  padding: 0.5rem 0.75rem;
112
+ text-align: left;
113
  }
114
 
115
  /* Footer (Credits) */