diff --git a/index.php b/index.php
index a58a70e..1b89a1a 100644
--- a/index.php
+++ b/index.php
@@ -78,11 +78,6 @@
padding: 0.5rem 1rem;
}
- .add-project-btn {
- font-size: 1.5rem; /* increase to your desired size */
- line-height: 1;
- }
-
.settings-btn {
font-size: 1.5rem; /* increase to your desired size */
line-height: 1;
@@ -136,6 +131,41 @@
color: #d00;
}
+ .user-menu-btn {
+ font-size: 1.4rem;
+ padding: 0.5rem 0.9rem;
+ }
+
+ .header-action-btn {
+ font-size: 1.4rem;
+ padding: 0.6rem 0.9rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+
+ .add-project-btn {
+ font-size: 1.4rem;
+ padding: 0.5rem 1rem;
+ }
+
+ .custom-dropdown {
+ min-width: 120px;
+ text-align: right;
+ }
+
+ .custom-dropdown .dropdown-item {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ }
+
+ .custom-dropdown .dropdown-item,
+ .custom-dropdown .dropdown-item-text {
+ font-size: 1.5rem !important;
+ text-align: right;
+ }
+
.project-color-0 { background-color: #f9f9fc; }
.project-color-1 { background-color: #eefaf5; }
.project-color-2 { background-color: #fef7e0; }
@@ -228,9 +258,38 @@
-