|
@@ -69,11 +69,22 @@
|
|
|
cursor: not-allowed;
|
|
cursor: not-allowed;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.view-button {
|
|
|
|
|
+ min-width: 74px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.edit-button {
|
|
|
|
|
+ min-width: 71px;
|
|
|
|
|
+}
|
|
|
// TODO: reactify and replace with `grw-not-available-for-guest`
|
|
// TODO: reactify and replace with `grw-not-available-for-guest`
|
|
|
.edit-button.edit-button-disabled {
|
|
.edit-button.edit-button-disabled {
|
|
|
cursor: not-allowed;
|
|
cursor: not-allowed;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.hackmd-button {
|
|
|
|
|
+ min-width: 97px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.grw-not-available-for-guest {
|
|
.grw-not-available-for-guest {
|
|
|
cursor: not-allowed !important;
|
|
cursor: not-allowed !important;
|
|
|
}
|
|
}
|