mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
Made changes based on @rishig recommendations
Changes include: - increasing the font size of the 'Create new organization' link - adding more bottom margin to the link - aligning the link text with the external navigation icon
This commit is contained in:
@@ -294,7 +294,6 @@ i.open-tab-button {
|
||||
font-size: 11px;
|
||||
transition: background-color 0.2s ease;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
|
||||
.reset-data-button:hover {
|
||||
@@ -303,11 +302,17 @@ i.open-tab-button {
|
||||
}
|
||||
|
||||
#server-info-container {
|
||||
min-height: calc(100% - 220px);
|
||||
min-height: calc(100% - 235px);
|
||||
}
|
||||
|
||||
#create-organization-container {
|
||||
height: 25px;
|
||||
font-size: 1.15em;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#create-organization-container i {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
#open-create-org-link {
|
||||
|
||||
Reference in New Issue
Block a user